1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-08-14 15:33:34 -04:00

OpenGL modernization: various fixes

This commit is contained in:
f4exb
2016-03-06 09:33:10 +01:00
parent f002d8daa6
commit ca49e2d990
4 changed files with 38 additions and 6 deletions
+1
View File
@@ -200,6 +200,7 @@ private:
void drawPowerOverlay();
protected slots:
void cleanup();
void tick();
};
+1 -2
View File
@@ -209,9 +209,8 @@ private:
void enterEvent(QEvent* event);
void leaveEvent(QEvent* event);
void cleanup();
private slots:
void cleanup();
void tick();
void channelMarkerChanged();
void channelMarkerDestroyed(QObject* object);