mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 18:50:00 +02:00
removed the duplicate function declaration
This commit is contained in:
parent
8623c3d74f
commit
270d7feb7f
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ public:
|
||||||
|
|
||||||
// Return an HTTP User-Agent string with OS and device information.
|
// Return an HTTP User-Agent string with OS and device information.
|
||||||
Q_INVOKABLE QString getUserAgent();
|
Q_INVOKABLE QString getUserAgent();
|
||||||
void initializePlatform();
|
|
||||||
void initializeGL();
|
void initializeGL();
|
||||||
void initializeDisplayPlugins();
|
void initializeDisplayPlugins();
|
||||||
void initializeRenderEngine();
|
void initializeRenderEngine();
|
||||||
|
|
Loading…
Reference in a new issue