Searched defs:VBoxUpdateDay (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/net/
H A DUIUpdateDefs.h27 struct VBoxUpdateDay struct
29 VBoxUpdateDay(const QString &strVal, const QString &strKey) function in struct:VBoxUpdateDay
32 bool operator==(const VBoxUpdateDay &other) { return val == other.val || key == other.key; }
37 typedef QList<VBoxUpdateDay> VBoxUpdateDayList;

Completed in 2056 milliseconds