Skip to content

Commit 09f8104

Browse files
committed
Restore build with QtC 13
1 parent a46a8bb commit 09f8104

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/spellcheckquickfix.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,11 @@
2020

2121
#pragma once
2222

23-
#include <cppeditor/quickfixes/cppquickfix.h>
23+
#if __has_include(<cppeditor/quickfixes/cppquickfix.h>)
24+
# include <cppeditor/quickfixes/cppquickfix.h>
25+
#else
26+
# include <cppeditor/cppquickfixes.h>
27+
#endif
2428

2529
namespace SpellChecker {
2630

0 commit comments

Comments
 (0)