We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5a4c91 commit 15780ddCopy full SHA for 15780dd
src/plasmathemegenerator/main.cpp
@@ -79,7 +79,7 @@ class WatcherApp : public QGuiApplication {
79
Q_OBJECT
80
public:
81
WatcherApp(int &argc, char **argv) : QGuiApplication(argc, argv) {
82
- setApplicationName(QLatin1String("fcitx5-plasma-theme-watcher"));
+ setApplicationName(QLatin1String("fcitx5-plasma-theme-generator"));
83
setApplicationVersion(QLatin1String(PROJECT_VERSION));
84
}
85
@@ -413,8 +413,6 @@ class WatcherApp : public QGuiApplication {
413
414
int main(int argc, char *argv[]) {
415
WatcherApp app(argc, argv);
416
- app.setApplicationName(QLatin1String("fcitx5-plasma-theme-generator"));
417
- app.setApplicationVersion(QLatin1String(PROJECT_VERSION));
418
if (!app.init()) {
419
return 1;
420
0 commit comments