dfaure added inline comments.

INLINE COMMENTS

> kcatalog.cpp:188
>      if (language != currentLanguage || !bindDone) {
> +        Q_ASSERT(QCoreApplication::instance() && "You need to instantiate a 
> Q*Application before using KCatalog");
> +        if (!QCoreApplication::instance()) {

Q_ASSERT_X exists for this purpose

REPOSITORY
  R249 KI18n

REVISION DETAIL
  https://phabricator.kde.org/D14922

To: aacid
Cc: dfaure, ltoscano, ilic, kde-frameworks-devel, michaelh, ngraham, bruns

Reply via email to