mainwindow: Remove 'Open config in text editor' menu action
Retired because we have a settings tabs now
This commit is contained in:
parent
b108cb7151
commit
0d2e518000
@ -192,12 +192,6 @@ void MainWindow::connectSignals()
|
|||||||
|
|
||||||
QMessageBox::about(this, "About looqs", html);
|
QMessageBox::about(this, "About looqs", html);
|
||||||
});
|
});
|
||||||
connect(ui->menuOpenConfigInTextEditorAction, &QAction::triggered, this,
|
|
||||||
[this](bool checked)
|
|
||||||
{
|
|
||||||
QSettings setting;
|
|
||||||
QDesktopServices::openUrl(setting.fileName());
|
|
||||||
});
|
|
||||||
connect(ui->menuAboutQtAction, &QAction::triggered, this,
|
connect(ui->menuAboutQtAction, &QAction::triggered, this,
|
||||||
[this](bool checked) { QMessageBox::aboutQt(this, "About Qt"); });
|
[this](bool checked) { QMessageBox::aboutQt(this, "About Qt"); });
|
||||||
connect(ui->menuSyncIndexAction, &QAction::triggered, this, &MainWindow::startIndexSync);
|
connect(ui->menuSyncIndexAction, &QAction::triggered, this, &MainWindow::startIndexSync);
|
||||||
|
@ -496,7 +496,6 @@
|
|||||||
<property name="title">
|
<property name="title">
|
||||||
<string>looqs</string>
|
<string>looqs</string>
|
||||||
</property>
|
</property>
|
||||||
<addaction name="menuOpenConfigInTextEditorAction"/>
|
|
||||||
<addaction name="menuSyncIndexAction"/>
|
<addaction name="menuSyncIndexAction"/>
|
||||||
<addaction name="menuAboutAction"/>
|
<addaction name="menuAboutAction"/>
|
||||||
<addaction name="menuAboutQtAction"/>
|
<addaction name="menuAboutQtAction"/>
|
||||||
@ -509,11 +508,6 @@
|
|||||||
<string>About</string>
|
<string>About</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="menuOpenConfigInTextEditorAction">
|
|
||||||
<property name="text">
|
|
||||||
<string>Open config in text editor</string>
|
|
||||||
</property>
|
|
||||||
</action>
|
|
||||||
<action name="menuAboutQtAction">
|
<action name="menuAboutQtAction">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>About Qt</string>
|
<string>About Qt</string>
|
||||||
|
Loading…
Reference in New Issue
Block a user