File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ QVector<XplaneInstallation> Application::get_installations() const
229229#if WIN || APL
230230 installer_path = QStandardPaths::writableLocation (QStandardPaths::GenericConfigLocation) + " /" + install_file_name;
231231#else
232- installer_path = QStandardPaths::writableLocation (QStandardPaths::HomeLocation) + " /.x-plane/" + install_file_name;
232+ installer_path = QStandardPaths::writableLocation (QStandardPaths::HomeLocation) + " /.x-plane/" + install_file_name;
233233#endif
234234
235235 QFileInfo info (installer_path);
@@ -303,7 +303,7 @@ int Application::run(int &argc, char **argv)
303303 app.setStyleSheet (style_sheet);
304304#else
305305 QApplication::setStyle (QStyleFactory::create (" Fusion" ));
306- application app (argc, argv);
306+ Application app (argc, argv);
307307#endif
308308
309309 return exec ();
You can’t perform that action at this time.
0 commit comments