forked from qt-creator/qt-creator
		
	Fixes: - use QT_NO_WEBKIT instead of QT_WEBKIT, USE_WEBKIT
Task: - none AutoTest: - compile test Details: - use QT_NO_WEBKIT instead of QT_WEBKIT, USE_WEBKIT
This commit is contained in:
		@@ -56,7 +56,7 @@
 | 
			
		||||
 | 
			
		||||
QT_BEGIN_NAMESPACE
 | 
			
		||||
 | 
			
		||||
#if defined(USE_WEBKIT)
 | 
			
		||||
#if !defined(QT_NO_WEBKIT)
 | 
			
		||||
 | 
			
		||||
class HelpNetworkReply : public QNetworkReply
 | 
			
		||||
{
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user