From 7f64c3ddc8a2fee82e2ddaa8fa86170ada8b8e79 Mon Sep 17 00:00:00 2001 From: Debao Zhang Date: Mon, 28 Nov 2011 01:00:38 +0800 Subject: Make QWinEventNotifier part of the public API QWinEventNotifier is an essential class if you're using native Windows Overlapped IO and need to convert it to Qt signals. However the header is marked private. Task-number: QTBUG-68 Change-Id: I22e9a84da97f969ddb82e9ba15e604a01abd80d0 Reviewed-by: Lars Knoll Reviewed-by: Bradley T. Hughes --- src/corelib/io/qprocess_win.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/corelib/io/qprocess_win.cpp') diff --git a/src/corelib/io/qprocess_win.cpp b/src/corelib/io/qprocess_win.cpp index 4601f23791..d47e55dee4 100644 --- a/src/corelib/io/qprocess_win.cpp +++ b/src/corelib/io/qprocess_win.cpp @@ -51,7 +51,7 @@ #include #include #include -#include +#include #include #include -- cgit v1.2.3