1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-04 23:14:47 -04:00

Use main window master timer for SSB demod spectrum and Channel Analyzer spectrum and scope

This commit is contained in:
f4exb
2015-08-01 04:07:09 +02:00
parent e6caa94593
commit 07f16bb176
6 changed files with 20 additions and 0 deletions
+3
View File
@@ -47,6 +47,9 @@ public:
// Sample Source stuff
void registerSampleSource(const QString& sourceName, PluginInterface* plugin);
// R/O access to main window
const MainWindow* getMainWindow() const { return m_mainWindow; }
protected:
PluginManager* m_pluginManager;
MainWindow* m_mainWindow;