Kaydet (Commit) 7cd77d5c authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: declaration shadows a field

Change-Id: I37a5edbc578a71cb7eba29c3191cfa36e90ca022
üst c7f83feb
...@@ -56,9 +56,9 @@ class TiledRenderingDialog: public ModalDialog{ ...@@ -56,9 +56,9 @@ class TiledRenderingDialog: public ModalDialog{
private: private:
TiledRenderingApp * app; TiledRenderingApp * app;
public: public:
TiledRenderingDialog(TiledRenderingApp * app) : TiledRenderingDialog(TiledRenderingApp * app_) :
ModalDialog(DIALOG_NO_PARENT, "TiledRendering", "qa/sw/ui/tiledrendering.ui"), ModalDialog(DIALOG_NO_PARENT, "TiledRendering", "qa/sw/ui/tiledrendering.ui"),
app(app) app(app_)
{ {
PushButton * renderButton; PushButton * renderButton;
get(renderButton,"buttonRenderTile"); get(renderButton,"buttonRenderTile");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment