1
0
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:
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 ()));