]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt2/emptytable.h
fix tab create to layout properly
[features.git] / src / frontends / qt2 / emptytable.h
index 953adfc7cd06a7e975f3ef642093387fa9075d88..bd66cf910634ed1f035e37cd91df1ba9245c8f45 100644 (file)
@@ -23,6 +23,8 @@ public:
        
        ~EmptyTable() {};
 
+       virtual QSize sizeHint() const;
 public slots:
        /// set the number of columns in the table and emit colsChanged() signal 
        void setNumberColumns(int nr_cols);