fixed notation pt. 2

This commit is contained in:
fourtf
2017-01-18 04:52:47 +01:00
parent 10e4a0f785
commit 528f539fca
22 changed files with 60 additions and 46 deletions
+4 -3
View File
@@ -1,9 +1,10 @@
#include "notebookbutton.h"
#include "QMouseEvent"
#include "QPainter"
#include "QPainterPath"
#include "colorscheme.h"
#include <QMouseEvent>
#include <QPainter>
#include <QPainterPath>
NotebookButton::NotebookButton(QWidget *parent)
: QWidget(parent)
{