void Application::launchApplication() { installTranslation(); m_mainWindow = new MainWindow(); m_mainWindow->show(); m_mainWindow->restoreGeometry(Settings::instance()->windowGeometry()); }
XdgMenu::XdgMenu(QObject *parent) : QObject(parent), d_ptr(new XdgMenuPrivate(this)) { installTranslation("qtxdg"); }