diff options
| author | Andre Hartmann <[email protected]> | 2019-08-15 20:41:31 +0200 |
|---|---|---|
| committer | André Hartmann <[email protected]> | 2019-09-12 06:45:06 +0000 |
| commit | b292c30a13bdfaaad847f4fe07a96d615a39e954 (patch) | |
| tree | 374aac30d67af631826cc766e60e7d89c6f5782e /src/plugins/git/gitplugin.cpp | |
| parent | 545552cc134886f12864f3f6acf2265f768b8ec0 (diff) | |
Core: Make InfoBar::GlobalSuppressionMode an enum class
Change-Id: I859a727196a887f7699a667fbe07e1bfead4cb2b
Reviewed-by: Eike Ziller <[email protected]>
Diffstat (limited to 'src/plugins/git/gitplugin.cpp')
| -rw-r--r-- | src/plugins/git/gitplugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/git/gitplugin.cpp b/src/plugins/git/gitplugin.cpp index db3154e4997..4c0a0e99980 100644 --- a/src/plugins/git/gitplugin.cpp +++ b/src/plugins/git/gitplugin.cpp @@ -988,7 +988,7 @@ void GitPlugin::updateVersionWarning() infoBar->addInfo(InfoBarEntry(gitVersionWarning, tr("Unsupported version of Git found. Git %1 or later required.") .arg(versionString(minimumRequiredVersion)), - InfoBarEntry::GlobalSuppressionEnabled)); + InfoBarEntry::GlobalSuppression::Enabled)); } IEditor *GitPlugin::openSubmitEditor(const QString &fileName, const CommitData &cd) |
