reimplemented importing folders

This commit is contained in:
itsmattkc
2019-07-05 00:55:35 -05:00
parent 271fbd01ae
commit dae4310a7e
4 changed files with 72 additions and 21 deletions
+2
View File
@@ -28,6 +28,8 @@ ToolPanel::ToolPanel(QWidget *parent) :
{
Toolbar* t = new Toolbar(this);
t->SetTool(olive::core.tool());
setWidget(t);
connect(t, SIGNAL(ToolChanged(const olive::tool::Tool&)), &olive::core, SLOT(SetTool(const olive::tool::Tool&)));