added custom window frame to the emote popup

This commit is contained in:
fourtf
2018-04-18 17:51:53 +02:00
parent 4743e9f86c
commit e8a948cffc
3 changed files with 17 additions and 9 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ class Notebook2 : public BaseWidget
public:
explicit Notebook2(QWidget *parent);
NotebookTab2 *addPage(QWidget *page, bool select = false);
NotebookTab2 *addPage(QWidget *page, QString title = QString(), bool select = false);
void removePage(QWidget *page);
void removeCurrentPage();