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:
parent
336a67091c
commit
f684f147f3
@ -1 +1 @@
|
|||||||
Subproject commit bc4ba8e003b9ee6894fead78e54f164f681d02e1
|
Subproject commit 27d05e86572cd73bbff40a2a6b6894a893a4271a
|
@ -35,7 +35,8 @@ struct QextPortInfo
|
|||||||
* Windows implementation is based on Zach Gorman's work from
|
* 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).
|
* <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:
|
private:
|
||||||
#ifdef _TTY_WIN_
|
#ifdef _TTY_WIN_
|
||||||
|
@ -12,8 +12,8 @@
|
|||||||
#include "win_qextserialport.h"
|
#include "win_qextserialport.h"
|
||||||
#define QextBaseType Win_QextSerialPort
|
#define QextBaseType Win_QextSerialPort
|
||||||
#endif
|
#endif
|
||||||
|
#include <qqt-local.h>
|
||||||
class LIBRARYSHARED_EXPORT QextSerialPort: public QextBaseType
|
class QQTSHARED_EXPORT QextSerialPort: public QextBaseType
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user