mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 19:59:28 +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 {
|
class VoxelStatsDialog : public QDialog {
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
public:
|
public:
|
||||||
|
|
||||||
// Sets up the UI
|
// Sets up the UI
|
||||||
VoxelStatsDialog(QWidget* parent, VoxelSceneStats* model);
|
VoxelStatsDialog(QWidget* parent, VoxelSceneStats* model);
|
||||||
|
|
||||||
|
@ -25,11 +24,9 @@ signals:
|
||||||
void closed();
|
void closed();
|
||||||
|
|
||||||
public slots:
|
public slots:
|
||||||
|
|
||||||
void reject();
|
void reject();
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
||||||
// State <- data model held by BandwidthMeter
|
// State <- data model held by BandwidthMeter
|
||||||
void paintEvent(QPaintEvent*);
|
void paintEvent(QPaintEvent*);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue