diff options
Diffstat (limited to 'irc/mainwindow.h')
| -rw-r--r-- | irc/mainwindow.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/irc/mainwindow.h b/irc/mainwindow.h index 6a819fd..d7139d6 100644 --- a/irc/mainwindow.h +++ b/irc/mainwindow.h @@ -18,9 +18,11 @@ public: explicit MainWindow(QWidget *parent = 0); virtual ~MainWindow(); +public slots: + void errorOccurs(QAbstractSocket::SocketError); private: Ui::MainWindow *ui; - QTcpSocket * socket; + QTcpSocket * m_socket; DiceParser* m_parser; private slots: |