mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 18:25:37 +08:00
refs #608, generic menus are now available via CGuiApplication and don`t have to be redefined over and over again
This commit is contained in:
committed by
Mathew Sutcliffe
parent
bf9ea12a2b
commit
bcb00b1b91
@@ -15,6 +15,7 @@
|
||||
#include "corefacadeconfig.h"
|
||||
#include "cookiemanager.h"
|
||||
#include "webdataservices.h"
|
||||
#include "blackcore/data/updateinfo.h"
|
||||
#include "blackmisc/network/url.h"
|
||||
#include "blackmisc/network/entityflags.h"
|
||||
#include "blackmisc/logcategorylist.h"
|
||||
@@ -79,6 +80,10 @@ namespace BlackCore
|
||||
//! \threadsafe
|
||||
BlackCore::Data::CGlobalSetup getGlobalSetup() const;
|
||||
|
||||
//! Update info
|
||||
//! \threadsafe
|
||||
BlackCore::Data::CUpdateInfo getUpdateInfo() const;
|
||||
|
||||
//! Delete all cookies from cookier manager
|
||||
void deleteAllCookies();
|
||||
|
||||
@@ -240,7 +245,10 @@ namespace BlackCore
|
||||
|
||||
signals:
|
||||
//! Setup syncronized
|
||||
void setupSyncronized();
|
||||
void setupSyncronized(bool success);
|
||||
|
||||
//! Update info syncronized
|
||||
void updateInfoSynchronized(bool success);
|
||||
|
||||
//! Startup has been completed
|
||||
void startUpCompleted(bool success);
|
||||
|
||||
Reference in New Issue
Block a user