cleanup
svn-id: r11118
This commit is contained in:
parent
ef5e193d59
commit
2ad5fcfb7d
2 changed files with 0 additions and 3 deletions
|
@ -57,8 +57,6 @@ void ChooserDialog::handleCommand(CommandSender *sender, uint32 cmd, uint32 data
|
||||||
break;
|
break;
|
||||||
case kCloseCmd:
|
case kCloseCmd:
|
||||||
setResult(-1);
|
setResult(-1);
|
||||||
close();
|
|
||||||
break;
|
|
||||||
default:
|
default:
|
||||||
Dialog::handleCommand(sender, cmd, data);
|
Dialog::handleCommand(sender, cmd, data);
|
||||||
}
|
}
|
||||||
|
|
|
@ -43,7 +43,6 @@ public:
|
||||||
ChooserDialog(const String &title, const StringList &list, const String &buttonLabel = "Choose", int height = 140);
|
ChooserDialog(const String &title, const StringList &list, const String &buttonLabel = "Choose", int height = 140);
|
||||||
|
|
||||||
virtual void handleCommand(CommandSender *sender, uint32 cmd, uint32 data);
|
virtual void handleCommand(CommandSender *sender, uint32 cmd, uint32 data);
|
||||||
ListWidget *getListWidget() { return _list; } // HACK
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue