Skip to content
Snippets Groups Projects
Commit 2395416b authored by Aurindam Jana's avatar Aurindam Jana Committed by hjk
Browse files

StackWindow: Set the window title


Regression introduced by 47fea305

Change-Id: I9157ab5c1a43525c563c79213c450e481fec41d5
Reviewed-by: default avatarhjk <qthjk@ovi.com>
parent 95cfe23e
No related branches found
No related tags found
No related merge requests found
...@@ -59,7 +59,10 @@ private: ...@@ -59,7 +59,10 @@ private:
class StackWindow : public BaseWindow class StackWindow : public BaseWindow
{ {
public: public:
StackWindow() : BaseWindow(new StackTreeView) {} StackWindow() : BaseWindow(new StackTreeView)
{
setWindowTitle(tr("Stack"));
}
}; };
} // namespace Internal } // namespace Internal
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment