-
Notifications
You must be signed in to change notification settings - Fork 589
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
disable FR hack workaround as no longer needed in recent Qts
- Loading branch information
1 parent
8615e46
commit 869ebd2
Showing
3 changed files
with
17 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/************************************************************************ | ||
** | ||
** Copyright (C) 2015-2024 Kevin B. Hendricks, Stratford, Ontario, Canada | ||
** Copyright (C) 2015-2025 Kevin B. Hendricks, Stratford, Ontario, Canada | ||
** Copyright (C) 2015-2022 Doug Massay | ||
** Copyright (C) 2012-2015 John Schember <[email protected]> | ||
** Copyright (C) 2012 Dave Heiland | ||
|
@@ -1076,7 +1076,7 @@ private slots: | |
|
||
QString m_mathjaxfolder; | ||
|
||
bool m_FRVisible; | ||
// bool m_FRVisible; | ||
|
||
bool m_UsingAutomate; | ||
QStringList m_AutomateLog; | ||
|