1
0
mirror of https://gitee.com/drabel/LibQQt.git synced 2025-01-04 10:18:44 +08:00

use newer multi-link.

This commit is contained in:
tianduanrui 2019-03-01 15:46:42 +08:00
parent 336a67091c
commit f684f147f3
3 changed files with 5 additions and 4 deletions

@ -1 +1 @@
Subproject commit bc4ba8e003b9ee6894fead78e54f164f681d02e1
Subproject commit 27d05e86572cd73bbff40a2a6b6894a893a4271a

View File

@ -35,7 +35,8 @@ struct QextPortInfo
* Windows implementation is based on Zach Gorman's work from
* <a href="http://www.codeproject.com">The Code Project</a> (http://www.codeproject.com/system/setupdi.asp).
*/
class LIBRARYSHARED_EXPORT QextSerialEnumerator
#include <qqt-local.h>
class QQTSHARED_EXPORT QextSerialEnumerator
{
private:
#ifdef _TTY_WIN_

View File

@ -12,8 +12,8 @@
#include "win_qextserialport.h"
#define QextBaseType Win_QextSerialPort
#endif
class LIBRARYSHARED_EXPORT QextSerialPort: public QextBaseType
#include <qqt-local.h>
class QQTSHARED_EXPORT QextSerialPort: public QextBaseType
{
Q_OBJECT