Skip to content
Snippets Groups Projects
Commit 9dd9475e authored by Tobias Hunger's avatar Tobias Hunger
Browse files

Git: Use class instead of struct

parent 0bea2457
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment