VirtualBox

Ignore:
Timestamp:
Sep 7, 2009 9:04:49 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
52048
Message:

video hw accel: fix some warnings

Location:
trunk/src/VBox/Frontends/VirtualBox
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/include/VBoxFBOverlay.h

    r22824 r22826  
    12991299                T::paintEvent(pe);
    13001300                break;
     1301            default:
     1302                break;
    13011303        }
    13021304    }
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.cpp

    r22822 r22826  
    51515151VBOXFBOVERLAY_RESUT VBoxQGLOverlay::onPaintEvent (const QPaintEvent *pe, QRect *pRect)
    51525152{
     5153    Q_UNUSED(pe);
     5154    Q_UNUSED(pRect);
     5155
    51535156    if(mOverlayWidgetVisible && !mProcessingCommands)
    51545157    {
     
    51625165void VBoxQGLOverlay::onResizeEvent (const VBoxResizeEvent *re)
    51635166{
    5164 
     5167    Q_UNUSED(re);
    51655168}
    51665169
    51675170void VBoxQGLOverlay::onResizeEventPostprocess (const VBoxResizeEvent *re)
    51685171{
     5172    Q_UNUSED(re);
     5173
    51695174    bool bDoOpExit = false;
    51705175
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBQGL.cpp

    r22822 r22826  
    120120void VBoxQGLFrameBuffer::paintEvent (QPaintEvent *pe)
    121121{
     122    Q_UNUSED(pe);
    122123    VBoxGLWidget * pw = vboxWidget();
    123124    pw->makeCurrent();
     
    145146void VBoxQGLFrameBuffer::doProcessVHWACommand(QEvent * pEvent)
    146147{
     148    Q_UNUSED(pEvent);
    147149    vboxWidget()->vboxProcessVHWACommands(&mCmdPipe);
    148150}
Note: See TracChangeset for help on using the changeset viewer.

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