MCPcopy Create free account
hub / github.com/KDAB/KDChart / MoveHelper

Method MoveHelper

tests/Gantt/reorder/main.cpp:107–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105{
106public:
107 MoveHelper(MyTaskModel *model,
108 KDGantt::ConstraintModel *,
109 KDGantt::View *,
110#if 0
111 KDGantt::ConstraintModel* constraints,
112 KDGantt::View* view,
113#endif
114 int row1, int row2)
115 : QObject(model)
116 , m_model(model)
117 ,
118#if 0
119 m_constraints( constraints ),
120 m_view( view ),
121#endif
122 m_row1(row1)
123 , m_row2(row2)
124 {
125 }
126
127 void showContraints(const QString & /*pfx*/)
128 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected