MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / CSortIp

Method CSortIp

Plugins/WakeOnLan/WakeOnLanModel.cpp:227–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225{
226public:
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)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected