CR feedback

This commit is contained in:
ZappoMan 2013-07-22 13:58:15 -07:00
parent 70c6ed040c
commit 307cfcc7a2

View file

@ -17,7 +17,6 @@
class VoxelStatsDialog : public QDialog {
Q_OBJECT
public:
// Sets up the UI
VoxelStatsDialog(QWidget* parent, VoxelSceneStats* model);
@ -25,11 +24,9 @@ signals:
void closed();
public slots:
void reject();
protected:
// State <- data model held by BandwidthMeter
void paintEvent(QPaintEvent*);