globals--, fmt string fix, foreeach++, better names++, close fds, tray icon activates/closes
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
|
||||
ButtonWidget::ButtonWidget( Button* b, QWidget* parent )
|
||||
: FlashButton( "", parent) {
|
||||
: FlashButton(QString::null, QString::null, parent) {
|
||||
button = b;
|
||||
update();
|
||||
on = false;
|
||||
|
Reference in New Issue
Block a user