public inbox for [email protected]
help / color / mirror / Atom feedRM5351 - Cleanup compilation warnings
2+ messages / 2 participants
[nested] [flat]
* RM5351 - Cleanup compilation warnings
@ 2020-04-03 12:55 Dave Page <[email protected]>
0 siblings, 1 reply; 2+ messages in thread
From: Dave Page @ 2020-04-03 12:55 UTC (permalink / raw)
To: pgadmin-hackers <[email protected]>
Patch attached for $SUBJECT.
--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake
EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
Attachments:
[application/octet-stream] RM5351.patch (683B, 3-RM5351.patch)
download | inline diff:
Index: runtime/Server.cpp
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- runtime/Server.cpp (revision 99a72e529b5e38f92c9f5d091dc599c86eb8cb98)
+++ runtime/Server.cpp (date 1585918311044)
@@ -303,9 +303,9 @@
QDir dir;
if (paths[i].startsWith('/'))
- dir = paths[i];
+ dir.setPath(paths[i]);
else
- dir = QCoreApplication::applicationDirPath() + "/" + paths[i];
+ dir.setPath(QCoreApplication::applicationDirPath() + "/" + paths[i]);
m_appfile = dir.canonicalPath() + "/pgAdmin4.py";
^ permalink raw reply [nested|flat] 2+ messages in thread
* Re: RM5351 - Cleanup compilation warnings
@ 2020-04-03 14:14 Akshay Joshi <[email protected]>
parent: Dave Page <[email protected]>
0 siblings, 0 replies; 2+ messages in thread
From: Akshay Joshi @ 2020-04-03 14:14 UTC (permalink / raw)
To: Dave Page <[email protected]>; +Cc: pgadmin-hackers <[email protected]>
Thanks, patch applied.
On Fri, Apr 3, 2020 at 6:25 PM Dave Page <[email protected]> wrote:
> Patch attached for $SUBJECT.
>
> --
> Dave Page
> Blog: http://pgsnake.blogspot.com
> Twitter: @pgsnake
>
> EnterpriseDB UK: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company
>
--
*Thanks & Regards*
*Akshay Joshi*
*Sr. Software Architect*
*EnterpriseDB Software India Private Limited*
*Mobile: +91 976-788-8246*
^ permalink raw reply [nested|flat] 2+ messages in thread
end of thread, other threads:[~2020-04-03 14:14 UTC | newest]
Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2020-04-03 12:55 RM5351 - Cleanup compilation warnings Dave Page <[email protected]>
2020-04-03 14:14 ` Akshay Joshi <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox