From b88206907e4a716dc979998165cc09221734cdff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sun, 8 Oct 2017 02:02:34 +0200 Subject: NOISSUE code comments --- application/MainWindow.cpp | 3 +-- 1 file changed, 1 insertion(+), 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 #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 class Translated { @@ -135,7 +135,6 @@ private: using TranslatedAction = Translated; using TranslatedToolButton = Translated; -// 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: -- cgit v1.2.3