Normalized connect()s

Change-Id: Ieb95bd04026d4a8ba824e6355031954332654e99
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
Robert Loehning
2012-07-26 14:53:45 +02:00
committed by hjk
parent 8eae872660
commit ed7c80d4c6
6 changed files with 13 additions and 13 deletions

View File

@@ -154,8 +154,8 @@ void MemoryAgent::connectBinEditorWidget(QWidget *w)
SIGNAL(dataChanged(Core::IEditor*,quint64,QByteArray)),
SLOT(handleDataChanged(Core::IEditor*,quint64,QByteArray)));
connect(w,
SIGNAL(addWatchpointRequested(quint64, uint)),
SLOT(handleWatchpointRequest(quint64, uint)));
SIGNAL(addWatchpointRequested(quint64,uint)),
SLOT(handleWatchpointRequest(quint64,uint)));
}
bool MemoryAgent::doCreateBinEditor(quint64 addr, unsigned flags,