MCPcopy Create free account
hub / github.com/SeaEpoch/MouseClick / MessageBox

Class MessageBox

src/modules/messagebox.h:6–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4#include <QMessageBox>
5
6class MessageBox : public QMessageBox
7{
8 Q_OBJECT
9public:
10 explicit MessageBox(QWidget* parent = nullptr);
11 ~MessageBox();
12
13 void setIcon(Icon icon);
14
15private:
16 Q_DISABLE_COPY(MessageBox)
17};
18
19#endif // MESSAGEBOX_H

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected