Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Molkentin <danimo@owncloud.com>2015-07-02 14:31:42 +0300
committerDaniel Molkentin <danimo@owncloud.com>2015-07-02 14:31:42 +0300
commita1b6571d53d4e9602db6b3026e580ce0b4bd5413 (patch)
tree5234fea4178b0d557018f6cec9faa105eef0c6b7 /src/gui/accountstate.h
parent1d8c9196459e58708cdfadcde4e324631b584b38 (diff)
Revert "Do not use std::unique_ptr"
This reverts commit 2db7ab5c46ee9ff192aaad38b89e50bd445b6961.
Diffstat (limited to 'src/gui/accountstate.h')
-rw-r--r--src/gui/accountstate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/accountstate.h b/src/gui/accountstate.h
index 847896397..d7eaf4f2b 100644
--- a/src/gui/accountstate.h
+++ b/src/gui/accountstate.h
@@ -87,7 +87,7 @@ public:
void checkConnectivity();
/** Returns a new settings object for this account, already in the right groups. */
- UniquePointer<QSettings> settings();
+ std::unique_ptr<QSettings> settings();
private:
void setState(State state);