Skip to content
Commit cb418481 authored by Igor Kushnir's avatar Igor Kushnir Committed by Milian Wolff
Browse files

Remove useless empty *Private classes

Several recent commits ported CodeModel, Importers, Uses and Definitions
to LockedItemRepository::op pattern. These commits made the
corresponding private classes empty and d-pointers redundant. KDevelop's
binary compatibility is not very important, while the code is shorter
and simpler now. The private classes are unlikely to be resurrected any
time soon.

Disable copying and moving these classes as they are meant to be
singletons. Copy and move operations were deleted before this commit due
to QScopedPointer d_ptr data members, which are now gone.
parent dcbc28a7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment