]> git.tdb.fi Git - libs/core.git/commit
Store argv0 and application name in the Application class
authorMikko Rasa <tdb@tdb.fi>
Sun, 19 Oct 2014 22:24:43 +0000 (01:24 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sun, 19 Oct 2014 22:24:43 +0000 (01:24 +0300)
commit231482c618cb2b30e1f7194d8d1d3ea30bc94512
tree629cf94c75b88248134e21fd8a18aafe17119d3e
parentc0d3fd58fd25e4627a6f8d64a22c5800e783ce07
Store argv0 and application name in the Application class

It can get quite annoying having to pass them around to be fed to the
standard path retrieval functions.
source/core/application.cpp
source/core/application.h