mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-20 08:10:52 +01:00
Add icon system to language switch
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2781 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -169,6 +169,7 @@ namespace QET {
|
||||
QIcon ro;
|
||||
QIcon ru;
|
||||
QIcon sl;
|
||||
QIcon translation;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -418,4 +419,5 @@ void QET::Icons::initIcons() {
|
||||
ro .addFile(":/ico/24x16/ro.png");
|
||||
ru .addFile(":/ico/24x16/ru.png");
|
||||
sl .addFile(":/ico/24x16/sl.png");
|
||||
translation .addFile(":/ico/22x22/applications-development-translation.png");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user