Skip to content

Commit

Permalink
Qt: Save settings properly
Browse files Browse the repository at this point in the history
  • Loading branch information
spycrab committed Sep 29, 2018
1 parent 393262b commit a7285cf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Source/ApeQt/Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ int main(int argc, char** argv)
return 1;
}

QCoreApplication::setOrganizationName("Ape Team");
QCoreApplication::setApplicationName("ApeQt");

QApplication app(argc, argv);

MainWindow win(parser.GetString("com").empty() ? parser.GetString("floppy")
Expand Down

0 comments on commit a7285cf

Please sign in to comment.