mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-12 00:00:44 -04:00
moved to cpp files some column defines that otherwise collapsed in .h files
This commit is contained in:
parent
a0ac041582
commit
dd653e5462
9 changed files with 174 additions and 179 deletions
|
@ -32,15 +32,6 @@
|
|||
#include <stdint.h>
|
||||
#include <vector>
|
||||
|
||||
#define COLUMN_NAME 0
|
||||
#define COLUMN_FILENB 1
|
||||
#define COLUMN_SIZE 2
|
||||
#define COLUMN_AGE 3
|
||||
#define COLUMN_FRIEND_ACCESS 4
|
||||
#define COLUMN_WN_VISU_DIR 5
|
||||
#define COLUMN_COUNT 6
|
||||
#define RETROSHARE_DIR_MODEL_FILTER_STRING "filtered"
|
||||
|
||||
struct DirDetails;
|
||||
|
||||
class DirDetailsVector : public DirDetails
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue