]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/FloatPlacement.h
* a configuration value for the mouse wheel scrolling speed:
[lyx.git] / src / frontends / qt4 / FloatPlacement.h
index 581d5d711a4bd6d17cf783c70092d19e15044ba6..557f48ab5267ea98841aecc98f77f78ec2ff1b4a 100644 (file)
@@ -46,6 +46,10 @@ public Q_SLOTS:
 Q_SIGNALS:
        void changed();
 
+private:
+       /// one of figure or table?
+       bool standardfloat_;
+
 };