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:
hjk
2012-04-24 09:00:05 +02:00
committed by hjk
parent b77cdaf75e
commit 071b24d97e
12 changed files with 23 additions and 5 deletions

View File

@@ -58,6 +58,7 @@ private:
class SnapshotWindow : public BaseWindow
{
Q_OBJECT
public:
explicit SnapshotWindow(SnapshotHandler *handler)
: BaseWindow(new SnapshotTreeView(handler))