Commit a8f2ef66 authored by Craig Watson's avatar Craig Watson

Suppress an annoying warning

parent dd64b93d
......@@ -296,7 +296,7 @@ class UBGraphicsItemDelegate : public QObject
void setUBFlags(UBGraphicsFlags pf);
void setUBFlag(UBGraphicsFlags pf, bool set = true);
virtual void showToolBar(bool autohide = true) {}
virtual void showToolBar(bool autohide = true) {Q_UNUSED(autohide);}
signals:
void showOnDisplayChanged(bool shown);
......
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