debugger/texteditor: Add font and size option to debugger panels, QTCREATORBUG-189

This commit is contained in:
hjk
2010-02-12 14:15:20 +01:00
parent 4f13bac035
commit 2ba777415b
3 changed files with 30 additions and 0 deletions

View File

@@ -59,6 +59,7 @@ class FancyMainWindow;
namespace TextEditor {
class ITextEditor;
class FontSettings;
}
namespace CPlusPlus {
@@ -321,6 +322,7 @@ private:
Q_SLOT void loadSessionData();
Q_SLOT void saveSessionData();
Q_SLOT void dumpLog();
Q_SLOT void fontSettingsChanged(const TextEditor::FontSettings &settings);
public:
// stuff in this block should be made private by moving it to