]> gitweb.hamatoma.de Git - reqt/commitdiff
windows corrections
authorHamatoma <git.tortouse@hm.f-r-e-i.de>
Tue, 9 Feb 2016 18:28:19 +0000 (19:28 +0100)
committerHamatoma <git.tortouse@hm.f-r-e-i.de>
Tue, 9 Feb 2016 18:28:19 +0000 (19:28 +0100)
appl/recommand/mainwindow.hpp

index 056d867b95ccd050d73f6b732fe6723d9cbbdf9b..1587d5d918b6776b68ffeace65d6b19af8690f0b 100644 (file)
@@ -26,10 +26,11 @@ public:
        explicit MainWindow(const QString& homeDir, QWidget *parent = 0);
        virtual ~MainWindow();
 
-public:
+public slots:
        virtual void onGuiTimerUpdate();
        void onRun();
        void onClear();
+public:
        virtual bool say(ReLoggerLevel level, const QString& message);
 
 private: