X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=gui%2Fglsledit.cpp;h=b73f0980bb103962b8d1c40e8e2763d489163318;hb=48c661ea6c0f2bd9b76a3385cd946b7d07bc9b5f;hp=f0e461383ea733f3b391c328a336e3f20b008bb3;hpb=bde6db84069fd9dfbc645de02cb22cacff17c298;p=apitrace diff --git a/gui/glsledit.cpp b/gui/glsledit.cpp index f0e4613..b73f098 100644 --- a/gui/glsledit.cpp +++ b/gui/glsledit.cpp @@ -979,6 +979,12 @@ void GLSLEdit::indent() astyle.start("astyle"); if (!astyle.waitForStarted()) { qDebug()<<"Couldn't start the 'astyle' process!"; + QMessageBox::warning(this, + tr("QApiTrace"), + tr("QApiTrace could not locate the 'astyle'\n" + "binary. Make sure 'astyle' is installed\n" + "and in the PATH."), + QMessageBox::Ok); return; }