aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/Window.hpp
diff options
context:
space:
mode:
authorNao Pross <naopross@thearcway.org>2017-12-18 00:00:21 +0100
committerNao Pross <naopross@thearcway.org>2017-12-18 00:00:21 +0100
commit2e27a93e3ed189b4d96ec7df6e05b102dd2e841a (patch)
tree6952edd5db3b4075532c4ce75bda764d5a67051b /src/ui/Window.hpp
parentUpdate .gitignore and minor changes (mostly formatting) (diff)
downloadOrbitingYeti-2e27a93e3ed189b4d96ec7df6e05b102dd2e841a.tar.gz
OrbitingYeti-2e27a93e3ed189b4d96ec7df6e05b102dd2e841a.zip
Replace tabs with spaces, set up CMake build system
Other changes: - update gitignore - build scripts under `etc` - fix window
Diffstat (limited to 'src/ui/Window.hpp')
-rw-r--r--src/ui/Window.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ui/Window.hpp b/src/ui/Window.hpp
index 9b04ebb..9f48f12 100644
--- a/src/ui/Window.hpp
+++ b/src/ui/Window.hpp
@@ -16,11 +16,11 @@ namespace samb {
class Window : public QWidget {
Q_OBJECT
public:
- explicit Window(QWidget *parent = 0);
- ~Window();
+ explicit Window(QWidget *parent = 0);
+ ~Window();
private:
- QPushButton *m_quitBtn;
+ QPushButton *m_quitBtn;
};
} /* namespace samb */