Skip to content

Commit

Permalink
formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-bibb committed Aug 27, 2014
1 parent 0517cb5 commit 750405e
Show file tree
Hide file tree
Showing 5 changed files with 177 additions and 175 deletions.
2 changes: 1 addition & 1 deletion code/control_box/controlbox.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ DEALINGS IN THE SOFTWARE.
# include <QCloseEvent>
# include <QToolTip>


# include "./code/resource.h"
# include "./code/control_box/controlbox.h"
# include "./code/scrollbox/scrollbox.h"
# include "./code/peditor/peditor.h"

Expand Down
2 changes: 2 additions & 0 deletions code/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ int main(int argc, char *argv[])
QStringList sl = parser.unknownOptionNames();
if (sl.size() > 0 ) parser.showHelp(1);

// Showing the dialog (or not) is controlled in the createSystemTrayIcon() function
// called from the ControlBox constructor. We don't show it from here.
ControlBox ctlbox(parser);
return app.exec();
}
Expand Down
Loading

0 comments on commit 750405e

Please sign in to comment.