-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FOGL-6772 Add state to know if we have loaded data from the database (#…
…770) (#773) Signed-off-by: Mark Riddoch <[email protected]> Co-authored-by: Mark Riddoch <[email protected]>
- Loading branch information
1 parent
ae02062
commit 9c11e12
Showing
2 changed files
with
36 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,6 +26,7 @@ class PluginData | |
|
||
private: | ||
StorageClient* m_storage; | ||
bool m_dataLoaded; | ||
}; | ||
|
||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters