]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/InGuiThread.h
QDialogButtonBox for the remaining dialogs.
[lyx.git] / src / frontends / qt4 / InGuiThread.h
index 86c4afee502b6ebae910eb25a60780996a89d45c..2b0d4dfe37fe01076c498461e2e0a343b1909d0f 100644 (file)
@@ -94,7 +94,7 @@ public:
        template<class F, class P1, class P2, class P3, class P4, class P5, class P6, class P7, class P8>
        R call(F f, P1& p1, P2& p2, P3& p3, P4& p4, P5& p5, P6& p6, P7& p7, P8& p8)
        {
-               return call(lyx::bind(f, lyx::ref(p1), lyx::ref(p2), lyx::ref(p3), lyx::ref(p4), 
+               return call(lyx::bind(f, lyx::ref(p1), lyx::ref(p2), lyx::ref(p3), lyx::ref(p4),
                        lyx::ref(p5), lyx::ref(p6), lyx::ref(p7), lyx::ref(p8)));
        }