misc/hedgewars.desktop
author koda
Sun, 19 Jun 2011 12:34:54 +0200
changeset 5257 0bbdd47522b9
parent 5129 05ab94a02cc3
child 5398 ba348dd1d340
permissions -rw-r--r--
passing by reference... my darkest enemy actual reason below: In your case (without reference) the compiler generates a temporary object (int) for the first argument of your MyApplication constructor. You pass this temporary int to QApplication’s constructor (with int reference), which saves the address of this reference. Once your MyApplication constructor is done the temporary int is destroyed but QApplication still has its address.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1544
56c0c5025136 - Add .desktop file
unc0rr
parents:
diff changeset
     1
[Desktop Entry]
56c0c5025136 - Add .desktop file
unc0rr
parents:
diff changeset
     2
Type=Application
56c0c5025136 - Add .desktop file
unc0rr
parents:
diff changeset
     3
Version=1.0
56c0c5025136 - Add .desktop file
unc0rr
parents:
diff changeset
     4
Encoding=UTF-8
56c0c5025136 - Add .desktop file
unc0rr
parents:
diff changeset
     5
Name=Hedgewars
56c0c5025136 - Add .desktop file
unc0rr
parents:
diff changeset
     6
GenericName=Fighting Hedgehogs
4110
893018e0f129 some crappy german translation, feel free to improve :P
sheepluva
parents: 4109
diff changeset
     7
GenericName[de]=Kämpfende Igel
4786
71fb9189d91c French translation finally gets some love
ourobolos
parents: 4780
diff changeset
     8
GenericName[es]=Batallas entre erizos
71fb9189d91c French translation finally gets some love
ourobolos
parents: 4780
diff changeset
     9
GenericName[fr]=Bataille de hérissons
71fb9189d91c French translation finally gets some love
ourobolos
parents: 4780
diff changeset
    10
GenericName[ko]=고슴도치 싸우기
5129
05ab94a02cc3 The first of several Japanese language localization patches.
y2kbugxp90@gmail.com
parents: 4786
diff changeset
    11
GenericName[ja]=ファイチングハリネズミ
4786
71fb9189d91c French translation finally gets some love
ourobolos
parents: 4780
diff changeset
    12
GenericName[it]=Ricci combattenti
71fb9189d91c French translation finally gets some love
ourobolos
parents: 4780
diff changeset
    13
GenericName[pl]=Walczące jeże
71fb9189d91c French translation finally gets some love
ourobolos
parents: 4780
diff changeset
    14
GenericName[pt]=Batalhas entre ouriços
1544
56c0c5025136 - Add .desktop file
unc0rr
parents:
diff changeset
    15
GenericName[ru]=Битвы ежей
4105
705ac4981b98 slovak opendesktop translations
jose1711
parents: 4097
diff changeset
    16
GenericName[sk]=Bojujúci ježkovia
4097
1bd64b8156fb swedish localisation for opendesktop files
henek
parents: 4096
diff changeset
    17
GenericName[sv]=Stridande igelkottar
1544
56c0c5025136 - Add .desktop file
unc0rr
parents:
diff changeset
    18
Icon=hedgewars.png
56c0c5025136 - Add .desktop file
unc0rr
parents:
diff changeset
    19
Exec=hedgewars
56c0c5025136 - Add .desktop file
unc0rr
parents:
diff changeset
    20
Terminal=false
56c0c5025136 - Add .desktop file
unc0rr
parents:
diff changeset
    21
StartupNotify=false
56c0c5025136 - Add .desktop file
unc0rr
parents:
diff changeset
    22
Categories=Application;Game;StrategyGame;