10 lines
No EOL
140 B
C++
10 lines
No EOL
140 B
C++
#pragma once
|
|
|
|
#include <QWidget>
|
|
|
|
class ExportWindow : public QWidget
|
|
{
|
|
Q_OBJECT
|
|
public:
|
|
ExportWindow(QWidget* parent = nullptr);
|
|
}; |