mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-03-19 18:09:59 +01:00
The application now avoids reading and keeping in memory every element file in the collection.
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/branches/0.3@1366 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -26,6 +26,7 @@ class AboutQET;
|
||||
class QETDiagramEditor;
|
||||
class QETElementEditor;
|
||||
class ElementsCollection;
|
||||
class ElementsCollectionCache;
|
||||
class ElementsCollectionItem;
|
||||
class FileElementsCollection;
|
||||
class ElementsCategory;
|
||||
@@ -137,6 +138,7 @@ class QETApp : public QETSingleApplication {
|
||||
|
||||
static FileElementsCollection *common_collection;
|
||||
static FileElementsCollection *custom_collection;
|
||||
static ElementsCollectionCache *collections_cache_;
|
||||
static QMap<uint, QETProject *> registered_projects_;
|
||||
static uint next_project_id;
|
||||
static RecentFiles *projects_recent_files_;
|
||||
|
||||
Reference in New Issue
Block a user