mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-28 13:28:01 +03:00
Qt: set organization name
This commit is contained in:
parent
1144121d08
commit
c5680c29bd
1 changed files with 1 additions and 0 deletions
|
@ -533,6 +533,7 @@ int main(int argc, char** argv)
|
|||
QScopedPointer<QCoreApplication> app(createApplication(argc, argv));
|
||||
app->setApplicationVersion(QString::fromStdString(rpcs3::get_version().to_string()));
|
||||
app->setApplicationName("RPCS3");
|
||||
app->setOrganizationName("RPCS3");
|
||||
|
||||
// Command line args
|
||||
static QCommandLineParser parser;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue