1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-19 16:39:41 +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:
Marc Bouvier 2013-09-03 06:24:11 -05:00
parent 0ae2bb2fae
commit 6b11f59ed4

View file

@ -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 ()));