VirtualBox

Changeset 26579 in vbox


Ignore:
Timestamp:
Feb 16, 2010 1:49:32 PM (15 years ago)
Author:
vboxsync
Message:

FE/Qt4: warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleView.cpp

    r26578 r26579  
    12721272#endif
    12731273
    1274                 bool notifyManiWnd = mStoredConsoleSize.width() != re->width()
    1275                         || mStoredConsoleSize.height() != re->height();
     1274                bool notifyManiWnd = mStoredConsoleSize.width() != (int)re->width()
     1275                        || mStoredConsoleSize.height() != (int)re->height();
    12761276
    12771277                /* Store the new size to prevent unwanted resize hints being
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette