refs #350 Extra static function registerMetadata, so it can be called explicitly

This commit is contained in:
Klaus Basan
2014-12-17 18:38:48 +01:00
parent 95df9edd52
commit 8a43efca92
2 changed files with 12 additions and 6 deletions

View File

@@ -147,6 +147,9 @@ namespace BlackCore
//! Is application context available?
bool canPingApplicationContext() const;
//! Register metadata
static void registerMetadata();
public slots:
//! Parse command line in all contexts
bool parseCommandLine(const QString commandLine);