mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:24:00 +02:00
CR feedback
This commit is contained in:
parent
70c6ed040c
commit
307cfcc7a2
1 changed files with 0 additions and 3 deletions
|
@ -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*);
|
||||
|
||||
|
|
Loading…
Reference in a new issue