diff options
Diffstat (limited to 'src/ui/main_window/GeneralMainWindow.h')
-rw-r--r-- | src/ui/main_window/GeneralMainWindow.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/ui/main_window/GeneralMainWindow.h b/src/ui/main_window/GeneralMainWindow.h index 143096bb..14b5d534 100644 --- a/src/ui/main_window/GeneralMainWindow.h +++ b/src/ui/main_window/GeneralMainWindow.h @@ -50,7 +50,6 @@ class GeneralMainWindow : public QMainWindow { ~GeneralMainWindow() override; protected: - /** * * @param event @@ -72,8 +71,7 @@ class GeneralMainWindow : public QMainWindow { void slot_save_settings() noexcept; private: - - std::string name_; ///< + std::string name_; ///< }; } // namespace GpgFrontend::UI |