mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-10 05:32:40 -05:00
rbutil: Fix Qt deprecated warnings.
Change-Id: I0a5c137704f07e8448c3a09624228a4f417e6634
This commit is contained in:
parent
82f98dea2b
commit
7c5b9a4049
2 changed files with 2 additions and 2 deletions
|
|
@ -40,7 +40,7 @@ BootloaderInstallBase::BootloaderType BootloaderInstallBase::installed(void)
|
||||||
|
|
||||||
BootloaderInstallBase::Capabilities BootloaderInstallBase::capabilities(void)
|
BootloaderInstallBase::Capabilities BootloaderInstallBase::capabilities(void)
|
||||||
{
|
{
|
||||||
return 0;
|
return Capabilities();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -54,7 +54,7 @@ class PreviewLabel : public QLabel
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
public:
|
public:
|
||||||
PreviewLabel(QWidget * parent = 0, Qt::WindowFlags f = 0);
|
PreviewLabel(QWidget * parent = 0, Qt::WindowFlags f = Qt::WindowFlags());
|
||||||
|
|
||||||
void setPixmap(QPixmap p);
|
void setPixmap(QPixmap p);
|
||||||
void setText(QString text);
|
void setText(QString text);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue