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>
This commit is contained in:
Orgad Shaneh
2017-03-06 23:20:55 +02:00
committed by Orgad Shaneh
parent b7412814ab
commit 69f978efca
9 changed files with 330 additions and 244 deletions

View File

@@ -25,6 +25,7 @@
#include "gerritoptionspage.h"
#include "gerritparameters.h"
#include "gerritserver.h"
#include <coreplugin/icore.h>
#include <utils/pathchooser.h>