Network-Music  0.1
An audible representation of network traffic
 All Classes Namespaces Files Functions Variables Typedefs Macros Pages
mainwindow.h
Go to the documentation of this file.
1 #ifndef MAINWINDOW_H
2 #define MAINWINDOW_H
3 
4 #include <QMainWindow>
5 
6 class MainWindow : public QMainWindow
7 {
8  Q_OBJECT
9 
10 public:
11  MainWindow(QWidget *parent = 0);
12  ~MainWindow();
13 };
14 
15 #endif // MAINWINDOW_H