浏览代码

Merge branch 'development' of https://github.com/N3Roaster/typica into development

Neal Wilson 12 年前
父节点
当前提交
8ff9784ef3
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6
    0
      src/dataqsdk.w

+ 6
- 0
src/dataqsdk.w 查看文件

10
 hardware usable without the DATAQ SDK both on Microsoft Windows and on other
10
 hardware usable without the DATAQ SDK both on Microsoft Windows and on other
11
 platforms for which there is a suitable serial driver.
11
 platforms for which there is a suitable serial driver.
12
 
12
 
13
+Originally the classes were surrounded with conditional compilation directives
14
+but moc failed to generate the appropriate meta-objects on Windows when this
15
+was done. The |DataqSdkDevice| and |DataqSdkDeviceImplementation| classes will
16
+truly only work on Microsoft Windows at this time. Attempts to use it elsewhere
17
+will not end well.
18
+
13
 @<Class declarations@>=
19
 @<Class declarations@>=
14
 class DataqSdkDeviceImplementation;
20
 class DataqSdkDeviceImplementation;
15
 class DataqSdkDevice : public QObject
21
 class DataqSdkDevice : public QObject

正在加载...
取消
保存