| 225 | { |
| 226 | public: |
| 227 | CSortIp(Qt::SortOrder order, int column) |
| 228 | { |
| 229 | m_Order = order; |
| 230 | m_column = column; |
| 231 | } |
| 232 | |
| 233 | bool operator()(const QSharedPointer<CParameterWakeOnLan>& k1, |
| 234 | const QSharedPointer<CParameterWakeOnLan>& k2) |
nothing calls this directly
no outgoing calls
no test coverage detected