Commit e12e9118 authored by Anatoly Mihalchenko's avatar Anatoly Mihalchenko

MAC compilation warning

parent d1880119
......@@ -23,9 +23,9 @@
UBDesktopPalette::UBDesktopPalette(QWidget *parent, UBRightPalette* _rightPalette)
: UBActionPalette(Qt::TopLeftCorner, parent)
, rightPalette(_rightPalette)
, mShowHideAction(0)
, mDisplaySelectAction(0)
, rightPalette(_rightPalette)
{
QList<QAction*> actions;
......@@ -239,4 +239,4 @@ void UBDesktopPalette::parentResized()
}
moveInsideParent(p);
}
\ No newline at end of file
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment