mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-24 23:53:54 -07:00
Merge pull request #1349 from ctrlaltca/fix_server_msvc
This commit is contained in:
commit
ff41e69a30
2 changed files with 2 additions and 1 deletions
|
|
@ -30,6 +30,7 @@
|
||||||
|
|
||||||
#define QXT_VERSION 0x000602
|
#define QXT_VERSION 0x000602
|
||||||
#define QXT_VERSION_STR "0.6.2"
|
#define QXT_VERSION_STR "0.6.2"
|
||||||
|
#define QXT_STATIC
|
||||||
|
|
||||||
//--------------------------global macros------------------------------
|
//--------------------------global macros------------------------------
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@
|
||||||
#include <QSharedDataPointer>
|
#include <QSharedDataPointer>
|
||||||
#include <QIODevice>
|
#include <QIODevice>
|
||||||
|
|
||||||
class QxtMailAttachmentPrivate;
|
struct QxtMailAttachmentPrivate;
|
||||||
class QXT_NETWORK_EXPORT QxtMailAttachment
|
class QXT_NETWORK_EXPORT QxtMailAttachment
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue