fixing deactivation of inputline during a query when chatpartner goes away
[quassel.git] / src / qtui / inputwidget.h
index 0becb38..5bffbc7 100644 (file)
@@ -49,6 +49,7 @@ private slots:
   void setNetwork(const Network *network);
   void setIdentity(const IdentityId &identityId);
   void updateNickSelector() const;
+  void updateEnabledState();
 
   BufferInfo currentBufferInfo() const;
 
@@ -60,7 +61,6 @@ private:
   
   NetworkId _networkId;
   IdentityId _identityId;
-
 };