forked from qt-creator/qt-creator
Git: Use class instead of struct
This commit is contained in:
@@ -65,7 +65,7 @@ class GitOutputWindow;
|
||||
class GitCommand;
|
||||
struct CommitData;
|
||||
struct GitSubmitEditorPanelData;
|
||||
struct Stash;
|
||||
class Stash;
|
||||
|
||||
class GitClient : public QObject
|
||||
{
|
||||
|
||||
@@ -40,7 +40,8 @@ QT_END_NAMESPACE
|
||||
namespace Git {
|
||||
namespace Internal {
|
||||
|
||||
struct Stash {
|
||||
class Stash {
|
||||
public:
|
||||
void clear();
|
||||
bool parseStashLine(const QString &l);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user