aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/main_window/MainWindowSlotUI.cpp
diff options
context:
space:
mode:
authorSaturn&Eric <[email protected]>2021-12-07 08:37:54 +0000
committerGitHub <[email protected]>2021-12-07 08:37:54 +0000
commitcc89ad54ab3dd4aeb3ed7afeed59a80b6e61649c (patch)
tree865d2298d836c8eb36584b5d268325bca4a66a78 /src/ui/main_window/MainWindowSlotUI.cpp
parentMerge pull request #26 from saturneric/develop (diff)
parentFix Bugs on KeyUploadDialog (diff)
downloadGpgFrontend-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.cpp6
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()) {