diff options
-rw-r--r-- | application/MainWindow.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/application/MainWindow.cpp b/application/MainWindow.cpp index 0d8d7dbb..908a126c 100644 --- a/application/MainWindow.cpp +++ b/application/MainWindow.cpp @@ -90,7 +90,7 @@ #include <InstanceImportTask.h> #include "UpdateController.h" -// WHY: to hold the pre-translation strings together with the QAction pointer, so it can be retranslated without a lot of ugly code +// WHY: to hold the pre-translation strings together with the T pointer, so it can be retranslated without a lot of ugly code template <typename T> class Translated { @@ -135,7 +135,6 @@ private: using TranslatedAction = Translated<QAction>; using TranslatedToolButton = Translated<QToolButton>; -// WHY: to hold the pre-translation strings together with the QToolbar pointer, so it can be retranslated without a lot of ugly code class TranslatedToolbar { public: |