]> git.sesse.net Git - nageru/blobdiff - mainwindow.h
Hook up the cut button to something that is not really cut, but is more useful than...
[nageru] / mainwindow.h
index fd6064067e1f5e1180ed87ef3123ca11ec02a82d..3f3d8b60b9ec75bf4895316b0e59f8a098d5b378 100644 (file)
@@ -5,10 +5,13 @@
 
 class MainWindow : public QMainWindow
 {
-    Q_OBJECT
+       Q_OBJECT
 
 public:
-    MainWindow();
+       MainWindow();
+
+public slots:
+       void cut();
 };
 
 #endif