gui/qt: dialogs/plugins: remove extraneous parentheses to silence warning
commit1b486afded527b096bb753d9aa5a046df0bb070e
authorFilip Roséen <filip@atch.se>
Wed, 15 Mar 2017 09:07:42 +0000 (15 10:07 +0100)
committerHugo Beauzée-Luyssen <hugo@beauzee.fr>
Wed, 15 Mar 2017 18:18:47 +0000 (15 19:18 +0100)
tree8b7f5222bb6d844e302dcf22b154579d92835fb3
parent482ab047a11228ab9a09618ee6bf915631121766
gui/qt: dialogs/plugins: remove extraneous parentheses to silence warning

The code of course works as it should, but llvm will spit out a
warning diagnostic due to extraneous parenthesis (thinking that it
probably should be "=" instead of "==").

Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
modules/gui/qt/dialogs/plugins.cpp