Code: Alles auswählen
/usr/include/qt4/QtCore/qlist.h: In member function 'void QList<T>::node_construct(QList<T>::Node*, const T&) [with T = OFileConnection]':
/usr/include/qt4/QtCore/qlist.h:340: note: synthesized method 'OFileConnection& OFileConnection::operator=(const OFileConnection&)' first required here
Code: Alles auswählen
class OFileConnection : public QObject
{
Q_OBJECT
public:
OFileConnection();
OFileConnection(const OFileConnection&);
QString ServerFile;
QString LocalFile;
QTreeWidgetItem *ServerWidgetItem;
QTreeWidgetItem *LocalWidgetItem;
};