frontend: Allow selection of views

This commit is contained in:
zhupengfei
2019-09-28 23:03:06 +08:00
parent 479dd327df
commit 9f9d1d85db
4 changed files with 171 additions and 111 deletions
+4
View File
@@ -31,6 +31,10 @@ private:
std::vector<Core::ContentSpecifier> GetSelectedContentList();
void StartImporting();
void InsertTopLevelItem(const QString& text);
void InsertSecondLevelItem(std::size_t row, const Core::ContentSpecifier& content,
std::size_t id);
std::unique_ptr<Ui::ImportDialog> ui;
std::string user_path;