~hiroshidi/ubuntu-terminal-app/konsole-qml-plugin-buildfix

« back to all changes in this revision

Viewing changes to src/TerminalDisplay.h

  • Committer: Dmitry Zagnoyko
  • Date: 2013-04-20 08:10:09 UTC
  • Revision ID: hiroshidi@gmail.com-20130420081009-i1yrn5lhczkod1rm
Added KSession class

Show diffs side-by-side

added added

removed removed

Lines of Context:
335
335
 
336
336
 
337
337
public slots:
 
338
    void setColorScheme(const QString &name);
 
339
    QStringList availableColorSchemes();
338
340
 
339
341
    /////////////////////////////////////////////////////////////////////////////////////
340
342
    /////////////////////////////////////////////////////////////////////////////////////
576
578
    /////////////////////////////////////////////////////////////////////////////////////
577
579
    ///                                 MEMBERS
578
580
    /////////////////////////////////////////////////////////////////////////////////////
579
 
    QString   m_str;
580
581
    QFont     m_font;
581
582
    QPalette  m_palette;
582
583