From 3fdf05ff7745cdbd6a44073076e895eb89075a3a Mon Sep 17 00:00:00 2001 From: Seth Alves Date: Mon, 2 Feb 2015 15:36:18 -0800 Subject: [PATCH] coding standard --- interface/src/ui/BandwidthDialog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/ui/BandwidthDialog.h b/interface/src/ui/BandwidthDialog.h index a73380bb8c..cf4c34b0a9 100644 --- a/interface/src/ui/BandwidthDialog.h +++ b/interface/src/ui/BandwidthDialog.h @@ -87,7 +87,7 @@ protected: void closeEvent(QCloseEvent*); private: - QTimer *averageUpdateTimer = new QTimer(this); + QTimer* averageUpdateTimer = new QTimer(this); };