mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
remove shitty default argument thing
This commit is contained in:
parent
5b3288dc32
commit
58cdda38c4
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
#include "QPainter"
|
#include "QPainter"
|
||||||
#include "colorscheme.h"
|
#include "colorscheme.h"
|
||||||
|
|
||||||
NotebookPageDropPreview::NotebookPageDropPreview(QWidget *parent = 0)
|
NotebookPageDropPreview::NotebookPageDropPreview(QWidget *parent)
|
||||||
: QWidget(parent)
|
: QWidget(parent)
|
||||||
{
|
{
|
||||||
setHidden(true);
|
setHidden(true);
|
||||||
|
|
Loading…
Reference in a new issue