Commit 742558d4 authored by shibakaneki's avatar shibakaneki

Updating a file

parent 970a16fc
......@@ -24,7 +24,6 @@ public:
void removeAction(eAction act);
void removeAllActions();
void setActionsVisible(bool bVisible);
bool shouldClose(QPoint p);
signals:
void close(QWidget* w);
......@@ -32,7 +31,6 @@ signals:
protected:
void setActionsParent(QWidget* parent);
void unsetActionsParent();
void paintEvent(QPaintEvent* ev);
QVector<eAction> mActions;
QPushButton mCloseButtons;
......
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