Ignore:
Timestamp:
Aug 11, 2011, 11:11:44 PM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

examples: desktop/systray: Revert r263, r266, r271.

This is something that needs to be done in a separate testcase.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/desktop/systray/window.cpp

    r846 r971  
    160160    iconComboBox->addItem(QIcon(":/images/trash.svg"), tr("Trash"));
    161161
    162     {
    163         QIcon test;
    164         test.addFile(":/images/test16.xpm");
    165         test.addFile(":/images/test32.xpm");
    166         iconComboBox->addItem(test, tr("Test 16/32"));
    167     }
    168    
    169     {
    170         QIcon test;
    171         test.addFile(":/images/test20.xpm");
    172         test.addFile(":/images/test40.xpm");
    173         iconComboBox->addItem(test, tr("Test 20/40"));
    174     }
    175    
    176162    showIconCheckBox = new QCheckBox(tr("Show icon"));
    177163    showIconCheckBox->setChecked(true);
Note: See TracChangeset for help on using the changeset viewer.