mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-13 12:40:04 +00:00
[Feature #881] Rename QLocalServer
The server name should be more unique to the project so there isn't a interprocess clash.
This commit is contained in:
parent
0ae2bb2fae
commit
6b11f59ed4
@ -10,7 +10,7 @@
|
||||
|
||||
CS::Editor::Editor() : mViewManager (mDocumentManager)
|
||||
{
|
||||
mIpcServerName = "IPCServer";
|
||||
mIpcServerName = "org.openmw.OpenCS";
|
||||
|
||||
connect (&mViewManager, SIGNAL (newDocumentRequest ()), this, SLOT (createDocument ()));
|
||||
connect (&mViewManager, SIGNAL (loadDocumentRequest ()), this, SLOT (loadDocument ()));
|
||||
|
Loading…
x
Reference in New Issue
Block a user