refs #507, adjustments for launcher

* renamed GUI enum to reflect where audio runs
* removed assumpted position, this is no longer possible as launcher is independet application
This commit is contained in:
Klaus Basan
2015-11-12 02:34:37 +01:00
committed by Mathew Sutcliffe
parent 30e6831bf8
commit 746985fa3c
6 changed files with 12 additions and 37 deletions

View File

@@ -55,7 +55,7 @@ SwiftGuiStd::~SwiftGuiStd()
void SwiftGuiStd::mouseMoveEvent(QMouseEvent *event)
{
if (!handleMousePressEvent(event)) { QMainWindow::mouseMoveEvent(event); }
if (!handleMouseMoveEvent(event)) { QMainWindow::mouseMoveEvent(event); }
}
void SwiftGuiStd::mousePressEvent(QMouseEvent *event)