- Timestamp:
- Nov 12, 2006, 4:48:15 PM (18 years ago)
- Location:
- trunk/BNC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bnctabledlg.cpp
r298 r299 122 122 bool alwaysRead) { 123 123 124 static QMutex mutex; 124 125 static QMap<QString, QStringList> allTables; 126 127 QMutexLocker locker(&mutex); 125 128 126 129 if (!alwaysRead && allTables.find(casterHost) != allTables.end()) { -
trunk/BNC/bnctabledlg.h
r280 r299 39 39 ~bncTableDlg(); 40 40 static t_irc getFullTable(const QString& casterHost, int casterPort, 41 QStringList& allLines); 41 QStringList& allLines, bool alwaysRead = true); 42 42 43 43 signals:
Note:
See TracChangeset
for help on using the changeset viewer.