VirtualBox

Changeset 71452 in vbox for trunk/src


Ignore:
Timestamp:
Mar 22, 2018 12:48:08 PM (7 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9049: Tiny cleanup for UIIconPool.

Location:
trunk/src/VBox/Frontends/VirtualBox/src/globals
Files:
2 edited

Legend:

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

    r71006 r71452  
    55
    66/*
    7  * Copyright (C) 2010-2017 Oracle Corporation
     7 * Copyright (C) 2010-2018 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    4040
    4141
     42/*********************************************************************************************************************************
     43*   Class UIIconPool implementation.                                                                                             *
     44*********************************************************************************************************************************/
     45
    4246/* static */
    4347QPixmap UIIconPool::pixmap(const QString &strName)
     
    266270}
    267271
     272
     273/*********************************************************************************************************************************
     274*   Class UIIconPoolGeneral implementation.                                                                                      *
     275*********************************************************************************************************************************/
    268276
    269277UIIconPoolGeneral::UIIconPoolGeneral()
  • trunk/src/VBox/Frontends/VirtualBox/src/globals/UIIconPool.h

    r66662 r71452  
    55
    66/*
    7  * Copyright (C) 2010-2017 Oracle Corporation
     7 * Copyright (C) 2010-2018 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    8484protected:
    8585
    86     /** Icon-pool constructor. */
     86    /** Constructs icon-pool.
     87      * Doesn't mean to be used directly,
     88      * cause this class is a bunch of statics. */
    8789    UIIconPool() {}
    8890
    89     /** Icon-pool destructor. */
     91    /** Destructs icon-pool. */
    9092    virtual ~UIIconPool() {}
    9193
     
    98100};
    99101
     102
    100103/** UIIconPool interface extension used as general GUI icon-pool.
    101104  * Provides GUI with guest OS types pixmap cache. */
     
    104107public:
    105108
    106     /** General icon-pool constructor. */
     109    /** Constructs general icon-pool. */
    107110    UIIconPoolGeneral();
    108111
     
    131134};
    132135
     136
    133137#endif /* !___UIIconPool_h___ */
     138
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