mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 13:53:38 +02:00
quiet-compiler -- remove unused prototype for cleanupMenuItems
This commit is contained in:
parent
faf9120b10
commit
981ac2ce7d
1 changed files with 0 additions and 1 deletions
|
@ -54,7 +54,6 @@ public:
|
|||
bool setScriptContents(const QString& scriptContents, const QString& fileNameString = QString(""));
|
||||
|
||||
const QString& getScriptName() const { return _scriptName; }
|
||||
void cleanupMenuItems();
|
||||
|
||||
QScriptValue registerGlobalObject(const QString& name, QObject* object); /// registers a global object by name
|
||||
void registerGetterSetter(const QString& name, QScriptEngine::FunctionSignature getter,
|
||||
|
|
Loading…
Reference in a new issue