forked from qt-creator/qt-creator
Fix MSVC2010 compilation
Change-Id: I62378e088c9a212fedd752b43ed9b3b9e1a18d73 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
bbdf1dae3e
commit
6a8fddc401
@@ -167,7 +167,7 @@ FindToolBar::FindToolBar(FindPlugin *plugin, CurrentDocumentFind *currentDocumen
|
||||
cmd = ActionManager::registerAction(localFindAction, Constants::FIND_IN_DOCUMENT,
|
||||
Context(Constants::C_FINDTOOLBAR));
|
||||
connect(localFindAction, &QAction::triggered, this, [this]() {
|
||||
openFindToolBar(OpenFlags(UpdateAll & ~UpdateFindText));
|
||||
openFindToolBar(FindToolBar::OpenFlags(UpdateAll & ~UpdateFindText));
|
||||
});
|
||||
|
||||
if (QApplication::clipboard()->supportsFindBuffer()) {
|
||||
|
Reference in New Issue
Block a user