diff options
author | hjk <[email protected]> | 2013-03-19 18:35:31 +0100 |
---|---|---|
committer | hjk <[email protected]> | 2013-03-21 13:13:35 +0100 |
commit | 2cea4c6f805db9d139a411ae4187f5f6d3fb1fe6 (patch) | |
tree | e2adbfcbc7699644b1d4832c359e1e18565a4fc1 /src/plugins/cvs/cvsplugin.cpp | |
parent | a6f2a2931506b826322d687512481f778f64ff09 (diff) |
Vcs: Construct Core::Id directly for submit editor
Change-Id: I21ca57fa6b73887dfc88b31240096b0851d53cae
Reviewed-by: Tobias Hunger <[email protected]>
Diffstat (limited to 'src/plugins/cvs/cvsplugin.cpp')
-rw-r--r-- | src/plugins/cvs/cvsplugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/cvs/cvsplugin.cpp b/src/plugins/cvs/cvsplugin.cpp index d2830a3a9f3..7bdc936517d 100644 --- a/src/plugins/cvs/cvsplugin.cpp +++ b/src/plugins/cvs/cvsplugin.cpp @@ -162,7 +162,7 @@ static inline bool messageBoxQuestion(const QString &title, const QString &quest CvsPlugin *CvsPlugin::m_cvsPluginInstance = 0; CvsPlugin::CvsPlugin() : - VcsBasePlugin(QLatin1String(Constants::CVSCOMMITEDITOR_ID)), + VcsBasePlugin(Constants::CVSCOMMITEDITOR_ID), m_commandLocator(0), m_addAction(0), m_deleteAction(0), |