Fix QObject::connect: No such signal SourceView::showCpu()
parent
6e1a5000e8
commit
c589bb57c8
|
@ -48,7 +48,6 @@ void SourceViewerManager::loadSourceFile(QString path, duint addr)
|
|||
if(idx != -1)
|
||||
title = path.mid(idx + 1);
|
||||
SourceView* newView = new SourceView(path, addr, this);
|
||||
connect(newView, SIGNAL(showCpu()), this, SIGNAL(showCpu()));
|
||||
addTab(newView, title);
|
||||
setCurrentIndex(count() - 1);
|
||||
// https://forum.qt.io/post/132664
|
||||
|
|
Loading…
Reference in New Issue