~ubuntu-branches/ubuntu/utopic/kde4libs/utopic

« back to all changes in this revision

Viewing changes to .pc/add_dlrestrictions_support.diff/kdecore/util/kpluginloader.cpp

  • Committer: Package Import Robot
  • Author(s): Philip Muškovac, Philip Muškovac, Felix Geyer
  • Date: 2011-12-23 20:22:04 UTC
  • mfrom: (1.14.12)
  • Revision ID: package-import@ubuntu.com-20111223202204-pa369jt38tng7j3k
Tags: 4:4.7.95-0ubuntu1
[ Philip Muškovac ]
* New upstream release candidate
  - update kdelibs5-data.install

[ Felix Geyer ]
* Update symbols files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
265
265
QString KPluginLoader::errorString() const
266
266
{
267
267
    Q_D(const KPluginLoader);
268
 
    const_cast<KPluginLoader*>(this)->load();
269
268
 
270
269
    if (!d->errorString.isEmpty())
271
270
        return d->errorString;