mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
remove bad default argument placement
This commit is contained in:
parent
bbcbc4e3d7
commit
a4feaefcf4
|
@ -2,7 +2,7 @@
|
|||
#include "QPainter"
|
||||
#include "colorscheme.h"
|
||||
|
||||
NotebookPageDropPreview::NotebookPageDropPreview(QWidget *parent = 0)
|
||||
NotebookPageDropPreview::NotebookPageDropPreview(QWidget *parent)
|
||||
: QWidget(parent)
|
||||
{
|
||||
setHidden(true);
|
||||
|
|
Loading…
Reference in a new issue