From 270d7feb7f5c557ae09ed08370d43f0893537eb9 Mon Sep 17 00:00:00 2001 From: amerhifi Date: Mon, 13 May 2019 12:20:22 -0700 Subject: [PATCH] removed the duplicate function declaration --- interface/src/Application.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/Application.h b/interface/src/Application.h index 87b0ae7656..d3f0fd501a 100644 --- a/interface/src/Application.h +++ b/interface/src/Application.h @@ -147,7 +147,7 @@ public: // Return an HTTP User-Agent string with OS and device information. Q_INVOKABLE QString getUserAgent(); - void initializePlatform(); + void initializeGL(); void initializeDisplayPlugins(); void initializeRenderEngine();