mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 07:10:11 +01:00
2018-08-17 Fred Gleason <fredg@paravelsystems.com>
* Fixed problems with dragged carts setting the correct color when dropped on a sound panel button.
This commit is contained in:
@@ -32,7 +32,8 @@
|
||||
class RDCartDrag : public Q3StoredDrag
|
||||
{
|
||||
public:
|
||||
RDCartDrag(unsigned cartnum,const QPixmap *icon,QWidget *src=0);
|
||||
RDCartDrag(unsigned cartnum,const QPixmap *icon,const QColor &color,
|
||||
QWidget *src=0);
|
||||
RDCartDrag(unsigned cartnum,const QString &title,const QColor &color,
|
||||
QWidget *src=0);
|
||||
static bool canDecode(QMimeSource *e);
|
||||
|
||||
Reference in New Issue
Block a user