forked from qt-creator/qt-creator
		
	StackWindow: Set the window title
Regression introduced by 47fea30557
Change-Id: I9157ab5c1a43525c563c79213c450e481fec41d5
Reviewed-by: hjk <qthjk@ovi.com>
			
			
This commit is contained in:
		@@ -59,7 +59,10 @@ private:
 | 
			
		||||
class StackWindow : public BaseWindow
 | 
			
		||||
{
 | 
			
		||||
public:
 | 
			
		||||
    StackWindow() : BaseWindow(new StackTreeView) {}
 | 
			
		||||
    StackWindow() : BaseWindow(new StackTreeView)
 | 
			
		||||
    {
 | 
			
		||||
    setWindowTitle(tr("Stack"));
 | 
			
		||||
    }
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
} // namespace Internal
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user