]> git.lyx.org Git - lyx.git/blobdiff - src/support/Timeout.h
Let paragraph::requestSpellcheck() consider contained insets
[lyx.git] / src / support / Timeout.h
index eef78dbec6330ec0bd154626d917a9fee652363b..98e171140ec115f739814ddb6340d60c010310a3 100644 (file)
@@ -40,7 +40,7 @@ public:
        /// restart the timer
        void restart();
        /// signal emitted on timer expiry
-       signals2::signal<void()> timeout;
+       signal<void()> timeout;
        /// emit the signal
        void emit();
        /// set the timer type
@@ -55,8 +55,6 @@ private:
        ///
        class Impl;
        ///
-       friend class Impl;
-       ///
        Impl * const pimpl_;
        /// one-shot or repeating
        Type type;