diff options
author | Orgad Shaneh <orgad.shaneh@audiocodes.com> | 2017-03-06 23:20:55 +0200 |
---|---|---|
committer | Orgad Shaneh <orgads@gmail.com> | 2017-03-08 18:57:20 +0000 |
commit | 69f978efca60012e55a443a88bf86c1cae7be728 (patch) | |
tree | fc4bc03eb74045f9cd86b8575e326c602a6f95c2 /src/plugins/git/gerrit/authenticationdialog.cpp | |
parent | b7412814ab2389bfb1d5c8e6771310cbc6c6553e (diff) | |
download | qt-creator-69f978efca60012e55a443a88bf86c1cae7be728.tar.gz |
Gerrit: Split GerritServer to its own file
It became much larger than GerritParameters. No reason to keep them
together.
Change-Id: Ib125f124940e95b0e15616d150f6b44fdb428284
Reviewed-by: André Hartmann <aha_1980@gmx.de>
Diffstat (limited to 'src/plugins/git/gerrit/authenticationdialog.cpp')
-rw-r--r-- | src/plugins/git/gerrit/authenticationdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/git/gerrit/authenticationdialog.cpp b/src/plugins/git/gerrit/authenticationdialog.cpp index 53ad6b1fac..e54510df5a 100644 --- a/src/plugins/git/gerrit/authenticationdialog.cpp +++ b/src/plugins/git/gerrit/authenticationdialog.cpp @@ -25,7 +25,7 @@ #include "authenticationdialog.h" #include "ui_authenticationdialog.h" -#include "gerritparameters.h" +#include "gerritserver.h" #include <utils/asconst.h> #include <utils/fileutils.h> |