logic: fixed locations in macro

* fixed a bug where the end of source locations contained in a macro was not calculated correctly.
This commit is contained in:
malte_langkabel
2015-12-17 14:14:03 +01:00
parent 32cc49b0fd
commit b6beab8283
5 changed files with 22 additions and 374 deletions
-1
View File
@@ -78,7 +78,6 @@ bool MouseReleaseFilter::eventFilter(QObject* obj, QEvent* event)
return QObject::eventFilter(obj, event);
}
QtMainWindow::QtMainWindow()
{
setObjectName("QtMainWindow");