VCS: Initially enable menus.

Fix breakage introduced by:
5923733889
This commit is contained in:
Friedemann Kleint
2010-04-26 09:12:58 +02:00
parent 886088a1f3
commit aa0926901b
11 changed files with 11 additions and 22 deletions

View File

@@ -81,7 +81,7 @@ public:
MercurialPlugin();
virtual ~MercurialPlugin();
bool initialize(const QStringList &arguments, QString *error_message);
void extensionsInitialized();
static MercurialPlugin *instance() { return m_instance; }
MercurialClient *client() const { return m_client; }