1 #ifndef DRAGDROPASYNCHANDLER_H 2 #define DRAGDROPASYNCHANDLER_H 5 #include "Utils/Pimpl.h" 23 void setTargetIndex(
int index);
24 int targetIndex()
const;
32 virtual void start()=0;
36 #endif // DRAGDROPASYNCHANDLER_H
Definition: DragDropAsyncHandler.h:11