Revert "Try c++11 without unique_ptr"

This reverts commit ee70819f2b.
This commit is contained in:
John Maguire 2014-01-27 16:31:13 +01:00
parent 767965a2f4
commit 60ae140aab
1 changed files with 2 additions and 2 deletions

View File

@ -63,8 +63,8 @@ class CloudFileService : public InternetService {
LibraryModel* library_model_;
QSortFilterProxyModel* library_sort_model_;
boost::scoped_ptr<QMenu> context_menu_;
boost::scoped_ptr<AlbumCoverManager> cover_manager_;
std::unique_ptr<QMenu> context_menu_;
std::unique_ptr<AlbumCoverManager> cover_manager_;
PlaylistManager* playlist_manager_;
TaskManager* task_manager_;