mirror of
				https://github.com/f4exb/sdrangel.git
				synced 2025-11-04 05:30:32 -05:00 
			
		
		
		
	Merge pull request #651 from srcejon/windows_fix
Remove SDRGUI_API to allow linking on Windows
This commit is contained in:
		
						commit
						aa0cba102a
					
				@ -21,14 +21,12 @@
 | 
				
			|||||||
#include <QString>
 | 
					#include <QString>
 | 
				
			||||||
#include <QList>
 | 
					#include <QList>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "export.h"
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
class PluginAPI;
 | 
					class PluginAPI;
 | 
				
			||||||
class Feature;
 | 
					class Feature;
 | 
				
			||||||
class FeatureSetPreset;
 | 
					class FeatureSetPreset;
 | 
				
			||||||
class WebAPIAdapterInterface;
 | 
					class WebAPIAdapterInterface;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
class SDRGUI_API FeatureSet
 | 
					class FeatureSet
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
public:
 | 
					public:
 | 
				
			||||||
    FeatureSet(int tabIndex);
 | 
					    FeatureSet(int tabIndex);
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user