App::I static singleton to pointer
This commit is contained in:
@@ -93,7 +93,7 @@ void NodeDialogCloud::load_thumbs_thread()
|
||||
node->m_manager = m_manager;
|
||||
node->init();
|
||||
node->m_text->set_text(n.c_str());
|
||||
node->m_path = App::I.work_path + "/" + n;
|
||||
node->m_path = App::I->work_path + "/" + n;
|
||||
node->m_file_name = n;
|
||||
container->add_child(node);
|
||||
node->on_selected = [&](NodeDialogCloudItem* target) {
|
||||
|
||||
Reference in New Issue
Block a user