forked from qt-creator/qt-creator
Use classes in favor of structs
Change-Id: I6ad2df70b7ad9b5fdc5baddc3ef85d0fed0c139c Reviewed-on: http://codereview.qt.nokia.com/2518 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
This commit is contained in:
@@ -43,8 +43,9 @@ namespace Git {
|
||||
namespace Internal {
|
||||
|
||||
// Todo: Add user name and password?
|
||||
struct GitSettings
|
||||
class GitSettings
|
||||
{
|
||||
public:
|
||||
GitSettings();
|
||||
|
||||
void fromSettings(QSettings *);
|
||||
|
||||
Reference in New Issue
Block a user