forked from qt-creator/qt-creator
debugger: fix translation contexts
* add a few Q_OBJECT * change DebuggerRunControl::tr() to DebuggerPlugin::tr() Change-Id: I7ed973ea71b3492e91b45784595d9471587f72ea Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
This commit is contained in:
@@ -86,6 +86,8 @@ private:
|
||||
|
||||
class WatchWindow : public BaseWindow
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit WatchWindow(WatchTreeView::Type type)
|
||||
: BaseWindow(new WatchTreeView(type))
|
||||
|
||||
Reference in New Issue
Block a user