]> git.sesse.net Git - nageru/blob - mainwindow.h
Add a wrapper to make fences refcounted, as we will soon be needing to split them...
[nageru] / mainwindow.h
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();
12 };
13
14 #endif