diff options
Diffstat (limited to 'Slimber/Qt/QtAboutDialog.h')
-rw-r--r-- | Slimber/Qt/QtAboutDialog.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Slimber/Qt/QtAboutDialog.h b/Slimber/Qt/QtAboutDialog.h new file mode 100644 index 0000000..9e139da --- /dev/null +++ b/Slimber/Qt/QtAboutDialog.h @@ -0,0 +1,14 @@ +/* + * Copyright (c) 2010 Remko Tronçon + * Licensed under the GNU General Public License v3. + * See Documentation/Licenses/GPLv3.txt for more information. + */ + +#pragma once + +#include <QDialog> + +class QtAboutDialog : public QDialog { + public: + QtAboutDialog(); +}; |