We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2afbbea commit a5c7970Copy full SHA for a5c7970
qt/reader.cpp
@@ -7,13 +7,10 @@
7
#include "cmd.h"
8
#include "err.h"
9
#include <QDebug>
10
-#include <QTextBlock>
11
-#include <QTextCursor>
12
13
#define READ_TIMEOUT 10
14
#define NOTIFY_LIMIT 131072 // 128KB
15
16
-Q_DECLARE_METATYPE(QtMsgType)
17
18
Reader::Reader()
19
{
qt/writer.cpp
@@ -6,8 +6,6 @@
6
#include "writer.h"
#define READ_ACK_TIMEOUT 5000
0 commit comments