From e794d16ff39c934a125c2dc43c70883c4fc30da6 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Wed, 29 May 2013 11:17:12 +0200 Subject: tr()-fixes: Add Q_OBJECT to CdbPathsPageWidget. It uses tr(). Change-Id: I2094c4a5465a8d3bc691000bfc1cae4c80712200 Reviewed-by: hjk --- src/plugins/debugger/cdb/cdboptionspage.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/plugins/debugger/cdb/cdboptionspage.cpp b/src/plugins/debugger/cdb/cdboptionspage.cpp index 2b25ede46b..648a4cd746 100644 --- a/src/plugins/debugger/cdb/cdboptionspage.cpp +++ b/src/plugins/debugger/cdb/cdboptionspage.cpp @@ -261,6 +261,7 @@ bool CdbOptionsPage::matches(const QString &s) const class CdbPathsPageWidget : public QWidget { + Q_OBJECT public: Utils::SavedActionSet group; @@ -346,3 +347,5 @@ bool CdbPathsPage::matches(const QString &searchKeyWord) const } // namespace Internal } // namespace Debugger + +#include "cdboptionspage.moc" -- cgit v1.2.1