forked from qt-creator/qt-creator
Help: Use nullptr and fix a few warnings
Change-Id: I7f7307a765d8755bf96b0cad1210e61df0a0199f Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -42,7 +42,7 @@ const int gWidth = 300;
|
||||
const int gHeight = 200;
|
||||
|
||||
OpenPagesSwitcher::OpenPagesSwitcher(OpenPagesModel *model)
|
||||
: QFrame(0, Qt::Popup)
|
||||
: QFrame(nullptr, Qt::Popup)
|
||||
, m_openPagesModel(model)
|
||||
{
|
||||
resize(gWidth, gHeight);
|
||||
|
||||
Reference in New Issue
Block a user