forked from qt-creator/qt-creator
Utils, all: Standardize on QtcSettings
Change-Id: Id222016f15b1c3bfe6710fe5d0297666d4565ef1 Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
This commit is contained in:
@@ -10,13 +10,10 @@
|
||||
#include <QList>
|
||||
#include <QMetaType>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
class QSettings;
|
||||
QT_END_NAMESPACE
|
||||
|
||||
namespace Utils {
|
||||
|
||||
class Environment;
|
||||
class QtcSettings;
|
||||
|
||||
class QTCREATOR_UTILS_EXPORT TerminalCommand
|
||||
{
|
||||
@@ -33,7 +30,7 @@ public:
|
||||
QString executeArgs;
|
||||
bool needsQuotes = false;
|
||||
|
||||
static void setSettings(QSettings *settings);
|
||||
static void setSettings(QtcSettings *settings);
|
||||
static TerminalCommand defaultTerminalEmulator();
|
||||
static QList<TerminalCommand> availableTerminalEmulators();
|
||||
static TerminalCommand terminalEmulator();
|
||||
|
||||
Reference in New Issue
Block a user