Fixed compilation with Qt 4.6
authorAlexander Kanavin <alex.kanavin@gmail.com>
Wed, 23 Feb 2011 22:16:17 +0000 (00:16 +0200)
committerAlexander Kanavin <alex.kanavin@gmail.com>
Wed, 23 Feb 2011 23:31:31 +0000 (01:31 +0200)
lib/ofononetworkoperator.h
lib/ofonovoicecall.h

index e9c75f8..a3201e7 100644 (file)
@@ -46,7 +46,8 @@ public:
     OfonoNetworkOperator(const QString& operatorId, QObject *parent=0);
     OfonoNetworkOperator(const OfonoNetworkOperator& op);
     ~OfonoNetworkOperator();
-    
+
+    OfonoNetworkOperator operator=(const OfonoNetworkOperator &op);
     bool operator==(const OfonoNetworkOperator &op);
 
     //! Returns the D-Bus object path of the network operator object
index 8650a02..4bcb465 100644 (file)
@@ -45,6 +45,7 @@ public:
     OfonoVoiceCall(const OfonoVoiceCall &op);
     ~OfonoVoiceCall();
 
+    OfonoVoiceCall operator=(const OfonoVoiceCall &op);
     bool operator==(const OfonoVoiceCall &op);
 
     //! Returns the D-Bus object path of the voice call object