Skip to content

Commit

Permalink
reintroduce q_init_resource().
Browse files Browse the repository at this point in the history
  • Loading branch information
fcecconi committed Dec 20, 2012
1 parent 1f20005 commit a6feb51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/main.cpp
Expand Up @@ -27,6 +27,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
int main(int argc, char *argv[])
{
QApplication app(argc, argv);
Q_INIT_RESOURCE(images);

QTranslator qtTranslator;
qtTranslator.load("qt_" + QLocale::system().name(),
Expand Down

0 comments on commit a6feb51

Please sign in to comment.