X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt4%2FFloatPlacement.h;h=557f48ab5267ea98841aecc98f77f78ec2ff1b4a;hb=dd3842505b22a768c9b3f71d7e675f9c06381699;hp=581d5d711a4bd6d17cf783c70092d19e15044ba6;hpb=8cea3335725c34eab38062360a1a37d1c1bc18d3;p=lyx.git diff --git a/src/frontends/qt4/FloatPlacement.h b/src/frontends/qt4/FloatPlacement.h index 581d5d711a..557f48ab52 100644 --- a/src/frontends/qt4/FloatPlacement.h +++ b/src/frontends/qt4/FloatPlacement.h @@ -46,6 +46,10 @@ public Q_SLOTS: Q_SIGNALS: void changed(); +private: + /// one of figure or table? + bool standardfloat_; + };