X-Git-Url: http://git.maemo.org/git/?p=weightgraph;a=blobdiff_plain;f=weightgraph%2Feditwindow.h;h=68b16b11f55348523a4dc916947b672b5966bcdc;hp=6a162c2614cb66fd8ed399ca8ce5c8eb7d8a4338;hb=e13ccfc0b642e8d04d77e32354b0083f8ad26897;hpb=6462accd1f83cfce2ab970eca35ad2f115ee9000 diff --git a/weightgraph/editwindow.h b/weightgraph/editwindow.h index 6a162c2..68b16b1 100644 --- a/weightgraph/editwindow.h +++ b/weightgraph/editwindow.h @@ -22,9 +22,11 @@ public slots: void addWeight(); void removeSelected(); void editSelected(); + void show(); private: WeightView weightView; QPushButton addButton, removeButton, editButton; + bool shown; }; class AddWeightDialog : public QDialog