add jami
This commit is contained in:
13
net-voip/jami-client-qt/files/qt-6.6.patch
Normal file
13
net-voip/jami-client-qt/files/qt-6.6.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
diff --git a/src/app/instancemanager.cpp b/src/app/instancemanager.cpp
|
||||
index 79154097..fbd620c4 100644
|
||||
--- a/src/app/instancemanager.cpp
|
||||
+++ b/src/app/instancemanager.cpp
|
||||
@@ -224,7 +224,7 @@ InstanceManager::~InstanceManager()
|
||||
bool
|
||||
InstanceManager::tryToRun(const QByteArray& startUri)
|
||||
{
|
||||
- return pimpl_->tryToRun(startUri);
|
||||
+ return true;
|
||||
}
|
||||
|
||||
void
|
||||
Reference in New Issue
Block a user