mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-06 21:58:57 -04:00
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:
parent
90e7a3cd54
commit
3208cf9e3a
6 changed files with 73 additions and 130 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue