X-Git-Url: http://git.maemo.org/git/?p=emufront;a=blobdiff_plain;f=src%2Fwidgets%2Fefcombobox.cpp;h=d0a3d802fbe62d9d844c246d224d3b63ad6eb20f;hp=15769c05d2d1ab23bcbf6d9afedf09baf49fe7f3;hb=df46147595428b33d45a952c4577811289b6a917;hpb=fd3842a08ed15d56745aaa28e77344d5834bd7fb diff --git a/src/widgets/efcombobox.cpp b/src/widgets/efcombobox.cpp index 15769c0..d0a3d80 100644 --- a/src/widgets/efcombobox.cpp +++ b/src/widgets/efcombobox.cpp @@ -30,7 +30,7 @@ EFComboBox::EFComboBox(DatabaseManager *dbMan, QWidget *parent) : QComboBox(parent), dbManager(dbMan) { if (!dbManager) - throw new EmuFrontException("Database manager is not available!"); + throw EmuFrontException("Database manager is not available!"); setSizeAdjustPolicy(QComboBox::AdjustToContents); updateDataModel(); }