summaryrefslogtreecommitdiff
path: root/vcl/qt5/QtInstanceDialog.cxx
diff options
context:
space:
mode:
authorMichael Weghorn <m.weghorn@posteo.de>2024-10-02 09:13:05 +0200
committerMichael Weghorn <m.weghorn@posteo.de>2024-10-02 13:15:31 +0200
commit169c56518e1213ea29b7ccbe746f75e5f13825a3 (patch)
treeb472961a3c22306fd227d039926c6a8f26298d13 /vcl/qt5/QtInstanceDialog.cxx
parentd5d7883fdecfb2c98c880ee2e957a1e34cba45bf (diff)
tdf#130857 qt weld: Let QtInstancDialog subclass QObject
... and add the Q_OBJECT macro, in preparation of moving some logic from the QtInstanceMessageDialog subclass to QtInstanceDialog for reuse. Change-Id: Iaf76ae3efb352dd04d15716174818e8a902a16cc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/174373 Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to 'vcl/qt5/QtInstanceDialog.cxx')
-rw-r--r--vcl/qt5/QtInstanceDialog.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/qt5/QtInstanceDialog.cxx b/vcl/qt5/QtInstanceDialog.cxx
index 2fd0e0900a31..7e905aff980c 100644
--- a/vcl/qt5/QtInstanceDialog.cxx
+++ b/vcl/qt5/QtInstanceDialog.cxx
@@ -8,6 +8,7 @@
*/
#include <QtInstanceDialog.hxx>
+#include <QtInstanceDialog.moc>
const char* const QtInstanceDialog::PROPERTY_VCL_RESPONSE_CODE = "response-code";