ClearCase: Small cleanups (no code changes)

Change-Id: Iaf0292f6f494102ab617cd6127f19c2d6b33e8fc
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
This commit is contained in:
Tobias Hunger
2012-08-21 12:51:56 +02:00
parent fc212ce735
commit 8bff3cced2

View File

@@ -52,24 +52,14 @@ class QTextCodec;
QT_END_NAMESPACE QT_END_NAMESPACE
namespace Core { namespace Core {
class IVersionControl; class IVersionControl;
class IEditor; class IEditor;
} } // namespace Core
namespace Utils {
class ParameterAction;
}
namespace VcsBase { namespace Utils { class ParameterAction; }
class VcsBaseSubmitEditor; namespace VcsBase { class VcsBaseSubmitEditor; }
} namespace Locator { class CommandLocator; }
namespace ProjectExplorer { class Project; }
namespace Locator {
class CommandLocator;
}
namespace ProjectExplorer {
class Project;
}
namespace ClearCase { namespace ClearCase {
namespace Internal { namespace Internal {
@@ -87,8 +77,9 @@ public:
QString message; QString message;
}; };
struct FileStatus class FileStatus
{ {
public:
enum Status enum Status
{ {
Unknown = 0x0f, Unknown = 0x0f,
@@ -194,7 +185,7 @@ protected:
private: private:
inline bool isCheckInEditorOpen() const; inline bool isCheckInEditorOpen() const;
QString findTopLevel(const QString &directory) const; QString findTopLevel(const QString &directory) const;
Core::IEditor * showOutputInEditor(const QString& title, const QString &output, Core::IEditor *showOutputInEditor(const QString& title, const QString &output,
int editorType, const QString &source, int editorType, const QString &source,
QTextCodec *codec) const; QTextCodec *codec) const;
QString runCleartoolSync(const QString &workingDir, const QStringList &arguments) const; QString runCleartoolSync(const QString &workingDir, const QStringList &arguments) const;
@@ -264,7 +255,7 @@ private:
static ClearCasePlugin *m_clearcasePluginInstance; static ClearCasePlugin *m_clearcasePluginInstance;
}; };
} // namespace ClearCase
} // namespace Internal } // namespace Internal
} // namespace ClearCase
#endif // CLEARCASEPLUGIN_H #endif // CLEARCASEPLUGIN_H