OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
textslotmsgbox.hpp
Go to the documentation of this file.
1 #ifndef TEXT_SLOT_MSG_BOX
2 #define TEXT_SLOT_MSG_BOX
3 
4 #include <QMessageBox>
5 
6 namespace Launcher
7 {
8  class TextSlotMsgBox : public QMessageBox
9  {
10  Q_OBJECT
11  public slots:
12  void setTextSlot(const QString& string);
13  };
14 }
15 #endif
Definition: textslotmsgbox.hpp:8
void setTextSlot(const QString &string)
Definition: textslotmsgbox.cpp:3