fixed start dragging in comics table view

This commit is contained in:
Luis Ángel San Martín
2014-11-28 14:28:05 +01:00
parent 1ca994451c
commit f6436a3722
2 changed files with 28 additions and 10 deletions

View File

@ -33,10 +33,14 @@ private:
void mouseMoveEvent(QMouseEvent *event);
void mousePressEvent(QMouseEvent * event);
void leaveEvent(QEvent * event);
void performDrag();
bool editing;
QModelIndex currentIndexEditing;
QWidget * myeditor;
//drag from here
QPoint startDragPos;
};
//---