mirror of
https://github.com/QuasarApp/Patronum.git
synced 2025-04-26 07:34:32 +00:00
revert changes
This commit is contained in:
parent
0a9e41e8d9
commit
14f93cd438
@ -18,19 +18,7 @@ namespace Patronum {
|
||||
LocalSocket::LocalSocket(const QString &target, QObject *ptr):
|
||||
QObject(ptr), ISocketWraper() {
|
||||
|
||||
#ifdef Q_OS_LINUX
|
||||
if (QuasarAppUtils::PlatformUtils::isSnap()) {
|
||||
m_target = "~/P" + target;
|
||||
} else {
|
||||
m_target = "P" + target;
|
||||
}
|
||||
|
||||
|
||||
QuasarAppUtils::Params::log(m_target, QuasarAppUtils::Info);
|
||||
|
||||
#else
|
||||
m_target = "P" + target;
|
||||
#endif
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user