Fix several compile issues (#261)
Fixed several code issues. Mostly pedantic compiler warnings. But also a sign issue exposed by newer compilers (#228, #260)
This commit is contained in:
+2
-1
@@ -31,7 +31,8 @@ namespace glabels
|
||||
/// Copy constructor
|
||||
///
|
||||
Variables::Variables( const Variables& other )
|
||||
: QMap<QString,Variable>(other)
|
||||
: QObject(),
|
||||
QMap<QString,Variable>(other)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user