Skip to content

Commit

Permalink
Reverse proir commit for this file to get it to compile under qt5
Browse files Browse the repository at this point in the history
  • Loading branch information
baumgarr committed Dec 8, 2016
1 parent 7713ec9 commit 796839d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/hunspell/hunspellplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ void HunspellPlugin::addWord(QString dictionary, QString word) {
return checker->addWord(dictionary, word);
}

//#if QT_VERSION < 0x050000
#if QT_VERSION < 0x050000
Q_EXPORT_PLUGIN2(hunspellplugin, HunspellPlugin)
//#endif
#endif

0 comments on commit 796839d

Please sign in to comment.