A bunch of work on loading plugins.

Also switched to C++11.
This commit is contained in:
Teo Mrnjavac 2014-06-18 18:05:04 +02:00
parent 1da7ba446d
commit 13fcf387c7
15 changed files with 424 additions and 17 deletions

View file

@ -20,6 +20,6 @@
GreetingPage::GreetingPage( QWidget* parent )
: AbstractPage( parent )
: Calamares::AbstractPage( parent )
{
}