mirror of
https://github.com/redstrate/Novus.git
synced 2025-04-20 19:57:44 +00:00
9 lines
107 B
C
9 lines
107 B
C
|
#pragma once
|
||
|
|
||
|
#include <QMainWindow>
|
||
|
|
||
|
class MainWindow : public QMainWindow {
|
||
|
public:
|
||
|
MainWindow();
|
||
|
};
|