Skip to content

Commit 4885d45

Browse files
Change IOrganizer::profile return type to a shared_ptr (#178)
1 parent b04cc89 commit 4885d45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/uibase/imoinfo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ class QDLLEXPORT IOrganizer : public QObject
333333
/**
334334
* @return interface to the active profile
335335
*/
336-
virtual IProfile* profile() const = 0;
336+
virtual std::shared_ptr<IProfile> profile() const = 0;
337337

338338
/**
339339
* @return list of names of all profiles

0 commit comments

Comments
 (0)