X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fsettingspages%2Fhighlightsettingspage.h;h=60996f1ed70be71072b9a1d589b8cd555aa89752;hp=cc8bdbc7753e99697150b946cc7efb64a92adcdc;hb=7a413a4808e9357e7d2c69840efe913b4c4ab0a3;hpb=9ced25191b84390d1867cf3ee19f5aec741795a8 diff --git a/src/qtui/settingspages/highlightsettingspage.h b/src/qtui/settingspages/highlightsettingspage.h index cc8bdbc7..60996f1e 100644 --- a/src/qtui/settingspages/highlightsettingspage.h +++ b/src/qtui/settingspages/highlightsettingspage.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-08 by the Quassel IRC Team * + * Copyright (C) 2005-09 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -42,7 +42,7 @@ class HighlightSettingsPage : public SettingsPage { private slots: void widgetHasChanged(); - void addNewRow(QString name = tr("highlight rule"), bool regex = false, bool cs = true, bool enable = true); + void addNewRow(QString name = tr("highlight rule"), bool regex = false, bool cs = true, bool enable = true, QString chanName = ""); void removeSelectedRows(); void selectRow(QTableWidgetItem *item); void tableChanged(QTableWidgetItem *item); @@ -59,7 +59,8 @@ class HighlightSettingsPage : public SettingsPage { RegExColumn = 1, CsColumn = 2, EnableColumn = 3, - ColumnCount = 4 + ChanColumn = 4, + ColumnCount = 5 }; void emptyTable();