Fix warning about unused static function.

Change-Id: Icc5de3ee0b44a178d6de7a37ce48d5b08fcec5fb
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
Erik Verbruggen
2013-01-30 11:11:00 +01:00
committed by hjk
parent 9e1d730f4b
commit ed600055ab

View File

@@ -57,6 +57,7 @@ using namespace Utils;
namespace Core {
#ifndef Q_OS_MAC
// Show error with option to open settings.
static void showGraphicalShellError(QWidget *parent, const QString &app, const QString &error)
{
@@ -74,6 +75,7 @@ static void showGraphicalShellError(QWidget *parent, const QString &app, const Q
if (mbox.clickedButton() == settingsButton)
ICore::showOptionsDialog(Constants::SETTINGS_CATEGORY_CORE, Constants::SETTINGS_ID_ENVIRONMENT);
}
#endif
void FileUtils::showInGraphicalShell(QWidget *parent, const QString &pathIn)
{