mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 05:51:27 +12: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));
|
QScopedPointer<QCoreApplication> app(createApplication(argc, argv));
|
||||||
app->setApplicationVersion(QString::fromStdString(rpcs3::get_version().to_string()));
|
app->setApplicationVersion(QString::fromStdString(rpcs3::get_version().to_string()));
|
||||||
app->setApplicationName("RPCS3");
|
app->setApplicationName("RPCS3");
|
||||||
|
app->setOrganizationName("RPCS3");
|
||||||
|
|
||||||
// Command line args
|
// Command line args
|
||||||
static QCommandLineParser parser;
|
static QCommandLineParser parser;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue