~ubuntu-branches/ubuntu/lucid/konversation/lucid-updates

« back to all changes in this revision

Viewing changes to src/irc/serverlistdialog.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Thomas
  • Date: 2010-02-11 14:52:14 UTC
  • mto: This revision was merged to the branch mainline in revision 43.
  • Revision ID: james.westby@ubuntu.com-20100211145214-xsbd3hmrnu5fmb8f
Tags: upstream-1.2.2
ImportĀ upstreamĀ versionĀ 1.2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
 
60
60
        signals:
61
61
            void connectTo(Konversation::ConnectionFlag flag, int serverGroupId);
62
 
            void connectTo(Konversation::ConnectionFlag flag, ConnectionSettings connectionSettings);
 
62
            void connectTo(Konversation::ConnectionFlag flag, ConnectionSettings& connectionSettings);
63
63
            void serverGroupsChanged(const Konversation::ServerGroupSettingsPtr serverGroup = Konversation::ServerGroupSettingsPtr());
64
64
 
65
65
        protected slots:
82
82
        protected:
83
83
            QTreeWidgetItem* insertServerGroup(ServerGroupSettingsPtr serverGroup);
84
84
            void addServerGroup(ServerGroupSettingsPtr serverGroup);
85
 
 
 
85
            
86
86
            int m_lastSortColumn;
87
87
            Qt::SortOrder m_lastSortOrder;
88
88