juicy compiler error

This commit is contained in:
fourtf
2017-01-11 18:52:09 +01:00
parent 580a411e9d
commit 854566b57f
63 changed files with 1481 additions and 1067 deletions
+3 -3
View File
@@ -8,14 +8,14 @@ class NotebookPage;
class NotebookTab : public QWidget
{
Q_OBJECT
Q_OBJECT
public:
NotebookTab(Notebook *notebook);
void calcSize();
NotebookPage* page;
NotebookPage *page;
QString text;
bool getSelected();
@@ -47,4 +47,4 @@ private:
int highlightStyle;
};
#endif // NOTEBOOKTAB_H
#endif // NOTEBOOKTAB_H