Mercurial: Compile windows, use common output window.

Polish: Canconical slots, const-correctness, some QLatin1Strings/tr,
This commit is contained in:
Friedemann Kleint
2009-11-03 14:21:48 +01:00
parent 6575e44b39
commit 5e8d179a5d
22 changed files with 99 additions and 317 deletions

View File

@@ -63,7 +63,6 @@ class Project;
namespace Mercurial {
namespace Internal {
class MercurialOutputWindow;
class OptionsPage;
class MercurialClient;
class MercurialControl;
@@ -86,8 +85,6 @@ public:
bool closeEditor(Core::IEditor *editor);
MercurialSettings *settings();
MercurialOutputWindow *outputPane();
private slots:
// File menu action Slots
@@ -150,7 +147,6 @@ private:
//Variables
static MercurialPlugin *m_instance;
MercurialSettings *mercurialSettings;
MercurialOutputWindow *outputWindow;
OptionsPage *optionsPage;
MercurialClient *client;