Skip to content

Commit

Permalink
Fix linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
markwal committed Oct 2, 2015
1 parent d7ca52a commit 9ed7607
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class SetupEvents
QCommandLineOption cloObsolete;
QCommandLineOption cloUninstall;
#else
void AddOptions(QCommandLineParser &clp) {}
void addOptions(QCommandLineParser &clp) {}
bool handleOptions(QCommandLineParser &clp) {return true;}
#endif // Q_OS_WIN
};
Expand Down

0 comments on commit 9ed7607

Please sign in to comment.