Changeset 94021 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Mar 1, 2022 10:32:11 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIMenuBar.cpp
r93115 r94021 46 46 QPixmap betaLabel; 47 47 const QString key("vbox:betaLabel"); 48 if (!QPixmapCache::find(key, betaLabel))48 if (!QPixmapCache::find(key, &betaLabel)) 49 49 { 50 50 betaLabel = ::betaLabel();
Note:
See TracChangeset
for help on using the changeset viewer.