summaryrefslogtreecommitdiffstats
path: root/Source/QtDialog/CMakeSetupDialog.h
diff options
context:
space:
mode:
authorDaniel Pfeifer <daniel@pfeifer-mail.de>2017-06-08 20:15:21 (GMT)
committerDaniel Pfeifer <daniel@pfeifer-mail.de>2017-06-08 20:15:21 (GMT)
commit994beddb9342423c5b71b45c91bdffc7b0791bf2 (patch)
tree47c9511928e963000bb543eb59fbfe392d8138e0 /Source/QtDialog/CMakeSetupDialog.h
parentcab94b7c4f82653796e407c90c8d348e8f45a904 (diff)
downloadCMake-994beddb9342423c5b71b45c91bdffc7b0791bf2.zip
CMake-994beddb9342423c5b71b45c91bdffc7b0791bf2.tar.gz
CMake-994beddb9342423c5b71b45c91bdffc7b0791bf2.tar.bz2
CMakeSetupDialog: Pass QPoint by value
Diffstat (limited to 'Source/QtDialog/CMakeSetupDialog.h')
-rw-r--r--Source/QtDialog/CMakeSetupDialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/QtDialog/CMakeSetupDialog.h b/Source/QtDialog/CMakeSetupDialog.h
index 1abdb46..0da28d8 100644
--- a/Source/QtDialog/CMakeSetupDialog.h
+++ b/Source/QtDialog/CMakeSetupDialog.h
@@ -70,7 +70,7 @@ protected slots:
bool doConfigureInternal();
bool doGenerateInternal();
void exitLoop(int);
- void doOutputContextMenu(const QPoint&);
+ void doOutputContextMenu(QPoint pt);
void doOutputFindDialog();
void doOutputFindNext(bool directionForward = true);
void doOutputFindPrev();