]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/Timeout_pimpl.h
Some string(widget->text()) fixes. Weirdness
[lyx.git] / src / frontends / qt2 / Timeout_pimpl.h
index ad660ef2c9d19942fcd6b190e93ada15f00f0d87..e1b3c4bd28949c808ae6ff3d0d4d42140ed1dca4 100644 (file)
@@ -38,15 +38,13 @@ public:
        void reset();
        /// is the timer running ?
        bool running() const;
-
 protected:
        /// slot
        virtual void timerEvent(QTimerEvent *);
-
 private:
        /// the owning timer
        Timeout * owner_;
-       /// xforms id
+       /// QTimer id
        int timeout_id;
 };