Skip to content
Snippets Groups Projects
mainwindow.h 210 B
Newer Older
  • Learn to ignore specific revisions
  • Peter Altenbernd's avatar
    Peter Altenbernd committed
    #ifndef MAINWINDOW_H
    #define MAINWINDOW_H
    
    #include <QTcpSocket>
    
    #include "server.h"
    
    class MainWindow  {
    public:
         MainWindow() ;
        ~MainWindow();
    
    private:
        Server *server;
    };
    #endif // MAINWINDOW_H