Changeset 14380 for trunk/qt/session.cc
- Timestamp:
- Dec 13, 2014, 9:04:10 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt/session.cc
r14378 r14380 306 306 connect (&myPrefs, SIGNAL (changed (int)), this, SLOT (updatePref (int))); 307 307 308 connect (this, SIGNAL (responseReceived ( const QByteArray&)),309 this, SLOT (onResponseReceived ( const QByteArray&)));308 connect (this, SIGNAL (responseReceived (QByteArray)), 309 this, SLOT (onResponseReceived (QByteArray))); 310 310 } 311 311
Note: See TracChangeset
for help on using the changeset viewer.