~mkas/mixxx/mysql

« back to all changes in this revision

Viewing changes to mixxx/src/library/preparefeature.h

  • Committer: MKas
  • Date: 2012-11-03 12:55:54 UTC
  • Revision ID: mkas@tux.lt-20121103125554-ez5ajqyk7bwehrp2
merge with trunk + sql fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
    QVariant title();
27
27
    QIcon getIcon();
28
28
 
29
 
    bool dropAccept(QUrl url);
30
 
    bool dropAcceptChild(const QModelIndex& index, QUrl url);
 
29
    bool dropAccept(QList<QUrl> urls);
 
30
    bool dropAcceptChild(const QModelIndex& index, QList<QUrl> urls);
31
31
    bool dragMoveAccept(QUrl url);
32
32
    bool dragMoveAcceptChild(const QModelIndex& index, QUrl url);
33
33