coding convention

This commit is contained in:
Seth Alves 2015-02-24 10:41:58 -08:00
parent 0b9b7f06cc
commit 5f9af610c2
2 changed files with 2 additions and 2 deletions

View file

@ -688,7 +688,7 @@ void LimitedNodeList::putLocalPortIntoSharedMemory(const QString key, QObject* p
} }
bool LimitedNodeList::getLocalServerPortFromSharedMemory(const QString key, QSharedMemory* &sharedMem, bool LimitedNodeList::getLocalServerPortFromSharedMemory(const QString key, QSharedMemory*& sharedMem,
quint16& localPort) { quint16& localPort) {
if (!sharedMem) { if (!sharedMem) {
sharedMem = new QSharedMemory(key, this); sharedMem = new QSharedMemory(key, this);

View file

@ -176,7 +176,7 @@ public:
} }
void putLocalPortIntoSharedMemory(const QString key, QObject* parent); void putLocalPortIntoSharedMemory(const QString key, QObject* parent);
bool getLocalServerPortFromSharedMemory(const QString key, QSharedMemory* &sharedMem, quint16& localPort); bool getLocalServerPortFromSharedMemory(const QString key, QSharedMemory*& sharedMem, quint16& localPort);
public slots: public slots:
void reset(); void reset();