mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
no need to export this internal class
svn path=/trunk/KDE/kdebase/apps/; revision=998500
This commit is contained in:
parent
68a2ef9143
commit
46dcb12d9f
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
* on the used plugin. To prevent that Dolphin gets blocked by a
|
||||
* slow plugin, the updating is delegated to a thread.
|
||||
*/
|
||||
class LIBDOLPHINPRIVATE_EXPORT UpdateItemStatesThread : public QThread
|
||||
class UpdateItemStatesThread : public QThread
|
||||
{
|
||||
public:
|
||||
UpdateItemStatesThread(QObject* parent);
|
||||
|
|
Loading…
Reference in a new issue