mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-17 06:01:12 +00:00
App lists are now persisted in the database
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
#import "Settings.h"
|
||||
#import "AppDelegate.h"
|
||||
#import "Host.h"
|
||||
#import "App.h"
|
||||
|
||||
@interface DataManager : NSObject
|
||||
|
||||
@@ -21,5 +22,6 @@
|
||||
- (void) saveHosts;
|
||||
- (Host*) createHost;
|
||||
- (void) removeHost:(Host*)host;
|
||||
- (App*) createApp;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user