summaryrefslogtreecommitdiffstats
path: root/tests/manual/qcursor/grab_override/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/qcursor/grab_override/mainwindow.h')
-rw-r--r--tests/manual/qcursor/grab_override/mainwindow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/manual/qcursor/grab_override/mainwindow.h b/tests/manual/qcursor/grab_override/mainwindow.h
index c105e22850..eaf4b95615 100644
--- a/tests/manual/qcursor/grab_override/mainwindow.h
+++ b/tests/manual/qcursor/grab_override/mainwindow.h
@@ -64,11 +64,11 @@ private slots:
private:
void keyPressEvent(QKeyEvent* event);
-
+
Ui::MainWindow *ui;
QTimer *timer;
int override;
-
+
QCursor ccurs;
QCursor bcurs;
};