mirror of
https://github.com/redstrate/Novus.git
synced 2025-04-22 12:07:45 +00:00
8 lines
107 B
C++
8 lines
107 B
C++
#pragma once
|
|
|
|
#include <QMainWindow>
|
|
|
|
class MainWindow : public QMainWindow {
|
|
public:
|
|
MainWindow();
|
|
};
|