Removed some more hardcoded colors

- NetworkDialog
- ChatLobbyWidget
- FeedReader
Fixed style blacknight

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6476 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2013-07-04 20:09:46 +00:00
parent 90e7a3cd54
commit 3208cf9e3a
6 changed files with 73 additions and 130 deletions

View file

@ -73,8 +73,8 @@ private slots:
void peerdetails();
void copyLink();
/** Create the context popup menu and it's submenus */
void connecttreeWidgetCostumPopupMenu( QPoint point );
//void unvalidGPGkeyWidgetCostumPopupMenu( QPoint point );
void connectTreeWidgetCostumPopupMenu( QPoint point );
//void unvalidGPGKeyWidgetCostumPopupMenu( QPoint point );
/** Called when user clicks "Load Cert" to choose location of a Cert file */
// void loadcert();
@ -106,8 +106,6 @@ private slots:
private:
QTreeWidgetItem *getCurrentNeighbour();
QTreeWidget *connecttreeWidget;
// class NetworkView *networkview;
bool filterItem(QTreeWidgetItem *item, const QString &text, int filterColumn);