summaryrefslogtreecommitdiffstats
path: root/Heimdall/heimdall-frontend/Source/aboutform.h
diff options
context:
space:
mode:
authorBenjamin Dobell <benjamin.dobell+github@glassechidna.com.au>2010-12-04 14:43:30 +0100
committerBenjamin Dobell <benjamin.dobell+github@glassechidna.com.au>2010-12-04 14:43:30 +0100
commit7675cd8a8714406193c28331c9956699ff7d4226 (patch)
treee2a3c6d3b607211d7f9f15e7568a283919fa2f25 /Heimdall/heimdall-frontend/Source/aboutform.h
parentRemoved the "Heimdall" folder and moved its contents to the root directory. (diff)
downloadHeimdall-7675cd8a8714406193c28331c9956699ff7d4226.tar
Heimdall-7675cd8a8714406193c28331c9956699ff7d4226.tar.gz
Heimdall-7675cd8a8714406193c28331c9956699ff7d4226.tar.bz2
Heimdall-7675cd8a8714406193c28331c9956699ff7d4226.tar.lz
Heimdall-7675cd8a8714406193c28331c9956699ff7d4226.tar.xz
Heimdall-7675cd8a8714406193c28331c9956699ff7d4226.tar.zst
Heimdall-7675cd8a8714406193c28331c9956699ff7d4226.zip
Diffstat (limited to 'Heimdall/heimdall-frontend/Source/aboutform.h')
-rw-r--r--Heimdall/heimdall-frontend/Source/aboutform.h35
1 files changed, 0 insertions, 35 deletions
diff --git a/Heimdall/heimdall-frontend/Source/aboutform.h b/Heimdall/heimdall-frontend/Source/aboutform.h
deleted file mode 100644
index 2a44c95..0000000
--- a/Heimdall/heimdall-frontend/Source/aboutform.h
+++ /dev/null
@@ -1,35 +0,0 @@
-/* Copyright (c) 2010 Benjamin Dobell, Glass Echidna
-
- Permission is hereby granted, free of charge, to any person obtaining a copy
- of this software and associated documentation files (the "Software"), to deal
- in the Software without restriction, including without limitation the rights
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- copies of the Software, and to permit persons to whom the Software is
- furnished to do so, subject to the following conditions:
-
- The above copyright notice and this permission notice shall be included in
- all copies or substantial portions of the Software.
-
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
- THE SOFTWARE.*/
-
-// Heimdall
-#include "ui_aboutform.h"
-
-// Qt
-#include <QWidget>
-
-namespace HeimdallFrontend
-{
- class AboutForm : public QWidget, public Ui::AboutForm
- {
- public:
-
- explicit AboutForm(QWidget *parent = 0);
- };
-}