forked from qt-creator/qt-creator
Git: Use class instead of struct
This commit is contained in:
@@ -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