From eda7785d3be25c37dc97021f0c92b62d07d919e9 Mon Sep 17 00:00:00 2001 From: Seth Alves Date: Fri, 30 Jan 2015 14:41:03 -0800 Subject: [PATCH] minor edit to make diff nicer --- interface/src/Application.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/interface/src/Application.h b/interface/src/Application.h index 17c67f6892..7ac05d668b 100644 --- a/interface/src/Application.h +++ b/interface/src/Application.h @@ -182,8 +182,6 @@ public: QUndoStack* getUndoStack() { return &_undoStack; } MainWindow* getWindow() { return _window; } OctreeQuery& getOctreeQuery() { return _octreeQuery; } - BandwidthRecorder* getBandwidthRecorder() { return &_bandwidthRecorder; } - EntityTree* getEntityClipboard() { return &_entityClipboard; } EntityTreeRenderer* getEntityClipboardRenderer() { return &_entityClipboardRenderer; } @@ -204,6 +202,7 @@ public: bool getLastMouseMoveWasSimulated() const { return _lastMouseMoveWasSimulated; } FaceTracker* getActiveFaceTracker(); + BandwidthRecorder* getBandwidthRecorder() { return &_bandwidthRecorder; } QSystemTrayIcon* getTrayIcon() { return _trayIcon; } ApplicationOverlay& getApplicationOverlay() { return _applicationOverlay; } Overlays& getOverlays() { return _overlays; }