mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2024-11-22 17:51:34 +02:00
Initialize field using init syntax instead of assignment.
No functional change.
This commit is contained in:
parent
5f45c67bb5
commit
90df129f66
@ -23,9 +23,10 @@
|
|||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
WallpaperDialog::WallpaperDialog(GMenu2X *gmenu2x) : Dialog(gmenu2x)
|
WallpaperDialog::WallpaperDialog(GMenu2X *gmenu2x)
|
||||||
|
: Dialog(gmenu2x)
|
||||||
|
, selRow(0)
|
||||||
{
|
{
|
||||||
selRow = 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
bool WallpaperDialog::exec()
|
bool WallpaperDialog::exec()
|
||||||
|
Loading…
Reference in New Issue
Block a user