Skip to content

Commit 750405e

Browse files
committed
formatting changes
1 parent 0517cb5 commit 750405e

File tree

5 files changed

+177
-175
lines changed

5 files changed

+177
-175
lines changed

code/control_box/controlbox.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ DEALINGS IN THE SOFTWARE.
4242
# include <QCloseEvent>
4343
# include <QToolTip>
4444

45-
4645
# include "./code/resource.h"
46+
# include "./code/control_box/controlbox.h"
4747
# include "./code/scrollbox/scrollbox.h"
4848
# include "./code/peditor/peditor.h"
4949

code/main.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ int main(int argc, char *argv[])
9494
QStringList sl = parser.unknownOptionNames();
9595
if (sl.size() > 0 ) parser.showHelp(1);
9696

97+
// Showing the dialog (or not) is controlled in the createSystemTrayIcon() function
98+
// called from the ControlBox constructor. We don't show it from here.
9799
ControlBox ctlbox(parser);
98100
return app.exec();
99101
}

0 commit comments

Comments
 (0)