mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:23:54 +02:00
coding standard
This commit is contained in:
parent
82b8595af8
commit
3fdf05ff77
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ protected:
|
|||
void closeEvent(QCloseEvent*);
|
||||
|
||||
private:
|
||||
QTimer *averageUpdateTimer = new QTimer(this);
|
||||
QTimer* averageUpdateTimer = new QTimer(this);
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue