mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2025-06-03 17:08:08 -04:00
delete copy constructor and assignment operator of some internal classes
they are unused, but if anyone would use them things would go wrong, so protect us from it
This commit is contained in:
parent
8803ae9cd6
commit
b8cb5e322c
@ -112,6 +112,9 @@ private:
|
||||
{
|
||||
delete[] name;
|
||||
}
|
||||
|
||||
Layer(const Layer &) = delete;
|
||||
Layer &operator=(const Layer &) = delete;
|
||||
};
|
||||
|
||||
/*!
|
||||
|
Loading…
x
Reference in New Issue
Block a user