forked from qt-creator/qt-creator
VcsBase: Turn State into a class
Change-Id: I1e0a9e6f4468ad29b70dc1fd78310ccb6a2133f3 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
41feefd670
commit
628a0fcaa7
@@ -91,8 +91,9 @@ namespace Internal {
|
||||
Aggregated in the QSharedData of VcsBase::VcsBasePluginState.
|
||||
*/
|
||||
|
||||
struct State
|
||||
class State
|
||||
{
|
||||
public:
|
||||
void clearFile();
|
||||
void clearPatchFile();
|
||||
void clearProject();
|
||||
|
@@ -59,7 +59,7 @@ class IDocument;
|
||||
|
||||
namespace VcsBase {
|
||||
|
||||
namespace Internal { struct State; }
|
||||
namespace Internal { class State; }
|
||||
|
||||
class VcsBaseSubmitEditor;
|
||||
class VcsBasePluginPrivate;
|
||||
|
Reference in New Issue
Block a user