various improvements to import process and project management

This commit is contained in:
itsmattkc
2019-07-01 15:40:09 -07:00
parent 8f6cb7a2cb
commit 0966b62f29
14 changed files with 104 additions and 20 deletions
+2
View File
@@ -58,6 +58,7 @@ QIcon olive::icon::ZoomOut;
QIcon olive::icon::Record;
QIcon olive::icon::Add;
QIcon olive::icon::Error;
QIcon olive::icon::Folder;
void olive::icon::LoadAll()
{
@@ -92,6 +93,7 @@ void olive::icon::LoadAll()
Record = Create("record");
Add = Create("add-button");
Error = Create("error");
Folder = Create("folder");
}
QIcon olive::icon::Create(const QString &name)
+1
View File
@@ -61,6 +61,7 @@ extern QIcon ZoomOut;
extern QIcon Record;
extern QIcon Add;
extern QIcon Error;
extern QIcon Folder;
/**
* @brief Create an icon object loaded from file