]> 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 f35141aa749c5d2114289a33370d5b7bd35e57ba..e1b3c4bd28949c808ae6ff3d0d4d42140ed1dca4 100644 (file)
@@ -38,11 +38,9 @@ public:
        void reset();
        /// is the timer running ?
        bool running() const;
-
 protected:
        /// slot
        virtual void timerEvent(QTimerEvent *);
-
 private:
        /// the owning timer
        Timeout * owner_;