Refactored Insight GUI to accommodate the many changes made to Bloom's internals
Also lots of tidying.
This commit is contained in:
@@ -11,7 +11,9 @@ namespace Widgets
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit ClickableWidget(QWidget* parent): QFrame(parent) {};
|
||||
explicit ClickableWidget(QWidget* parent)
|
||||
: QFrame(parent)
|
||||
{};
|
||||
|
||||
signals:
|
||||
void rightClicked();
|
||||
|
||||
Reference in New Issue
Block a user