diff options
author | Saturn&Eric <[email protected]> | 2021-12-07 08:37:54 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2021-12-07 08:37:54 +0000 |
commit | cc89ad54ab3dd4aeb3ed7afeed59a80b6e61649c (patch) | |
tree | 865d2298d836c8eb36584b5d268325bca4a66a78 /src/ui/main_window/MainWindowSlotUI.cpp | |
parent | Merge pull request #26 from saturneric/develop (diff) | |
parent | Fix Bugs on KeyUploadDialog (diff) | |
download | GpgFrontend-cc89ad54ab3dd4aeb3ed7afeed59a80b6e61649c.tar.gz GpgFrontend-cc89ad54ab3dd4aeb3ed7afeed59a80b6e61649c.zip |
Merge pull request #28 from saturneric/develop
Diffstat (limited to 'src/ui/main_window/MainWindowSlotUI.cpp')
-rw-r--r-- | src/ui/main_window/MainWindowSlotUI.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/ui/main_window/MainWindowSlotUI.cpp b/src/ui/main_window/MainWindowSlotUI.cpp index 35eb74ac..0c0204f4 100644 --- a/src/ui/main_window/MainWindowSlotUI.cpp +++ b/src/ui/main_window/MainWindowSlotUI.cpp @@ -28,10 +28,6 @@ namespace GpgFrontend::UI { -void MainWindow::slotAbout() { new AboutDialog(0, this); } - -void MainWindow::slotCheckUpdate() { new AboutDialog(2, this); } - void MainWindow::slotSetStatusBarText(const QString& text) { statusBar()->showMessage(text, 20000); } @@ -111,7 +107,6 @@ void MainWindow::slotOpenSettingsDialog() { this->setIconSize(QSize(icon_width, icon_height)); importButton->setIconSize(QSize(icon_width, icon_height)); - fileEncButton->setIconSize(QSize(icon_width, icon_height)); // Iconstyle @@ -119,7 +114,6 @@ void MainWindow::slotOpenSettingsDialog() { auto button_style = static_cast<Qt::ToolButtonStyle>(icon_style); this->setToolButtonStyle(button_style); importButton->setToolButtonStyle(button_style); - fileEncButton->setToolButtonStyle(button_style); // restart mainwindow if necessary if (getRestartNeeded()) { |