Skip to content
  • David Faure's avatar
    Properly cleanup in notificationmanagertest · df4f5a13
    David Faure authored
    Summary:
    The call to "quit" is symmetrical with
      QMetaObject::invokeMethod(&manager, "init", Qt::DirectConnection);
    on line 56 of the test (due to NoThread mode).
    
    But for the call to quit() to work, the base class has to not assert.
    
    Test Plan: bin/notificationmanagertest in an ASAN build
    
    Reviewers: dvratil
    
    Reviewed By: dvratil
    
    Subscribers: kde-pim
    
    Differential Revision: https://phabricator.kde.org/D21132
    df4f5a13