CVS: Use the new AspectContainer::applied signal

Change-Id: Icd86026a22f730fb5c7a460d5b1e38c16c5768b9
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
hjk
2021-03-31 14:28:48 +02:00
parent 2004399f38
commit 71d3b04406
3 changed files with 32 additions and 57 deletions

View File

@@ -51,7 +51,7 @@ public:
class CvsSettingsPage final : public Core::IOptionsPage
{
public:
CvsSettingsPage(const std::function<void()> &onApply, CvsSettings *settings);
explicit CvsSettingsPage(CvsSettings *settings);
};
} // namespace Internal