Milestone 8 UX: folder tree workflows, about dialog, and app icon polish
This commit is contained in:
14
src/about_dialog.h
Normal file
14
src/about_dialog.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef ORBITHUB_ABOUT_DIALOG_H
|
||||
#define ORBITHUB_ABOUT_DIALOG_H
|
||||
|
||||
#include <QDialog>
|
||||
|
||||
class AboutDialog : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit AboutDialog(QWidget* parent = nullptr);
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user