mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-09 20:05:51 +00:00
* small build changes
* drop cast (they were added to try to avoid possible crash)
This commit is contained in:
@ -47,10 +47,8 @@ AbstractExtItem::~AbstractExtItem()
|
||||
|
||||
|
||||
template <class T>
|
||||
T *AbstractExtItem::copy(const QString _fileName, const int _number)
|
||||
T *AbstractExtItem::copy(const QString, const int)
|
||||
{
|
||||
Q_UNUSED(_fileName)
|
||||
Q_UNUSED(_number)
|
||||
qCDebug(LOG_LIB);
|
||||
|
||||
// an analog of pure virtual method
|
||||
|
Reference in New Issue
Block a user