mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 14:04:46 -04:00
Adapt to MSVC linker
This commit is contained in:
@@ -12,6 +12,8 @@
|
||||
#include "httpglobal.h"
|
||||
#include "httpcookie.h"
|
||||
|
||||
#include "util/export.h"
|
||||
|
||||
namespace qtwebapp {
|
||||
|
||||
/**
|
||||
@@ -33,7 +35,7 @@ namespace qtwebapp {
|
||||
before calling write(). Web Browsers use that information to display a progress bar.
|
||||
*/
|
||||
|
||||
class DECLSPEC HttpResponse {
|
||||
class HTTPSERVER_API HttpResponse {
|
||||
Q_DISABLE_COPY(HttpResponse)
|
||||
public:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user