Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created October 7, 2019 01:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/4dfa486c3672e23298656dfb6e971909 to your computer and use it in GitHub Desktop.
Save ryantm/4dfa486c3672e23298656dfb6e971909 to your computer and use it in GitHub Desktop.
/nix/store/vdfvw3qwjsww8npp2mdhrhsdmdh2msqv-accounts-qt-1.16
├── bin
│   └── accountstest
├── include
│   └── accounts-qt5
│   └── Accounts
│   ├── Account
│   ├── account.h
│   ├── accountscommon.h
│   ├── AccountService
│   ├── account-service.h
│   ├── Application
│   ├── application.h
│   ├── AuthData
│   ├── auth-data.h
│   ├── Error
│   ├── error.h
│   ├── Manager
│   ├── manager.h
│   ├── manager_p.h
│   ├── Provider
│   ├── provider.h
│   ├── Service
│   ├── service.h
│   ├── ServiceType
│   ├── service-type.h
│   └── utils.h
├── lib
│   ├── cmake
│   │   └── AccountsQt5
│   │   ├── AccountsQt5Config.cmake
│   │   └── AccountsQt5ConfigVersion.cmake
│   ├── libaccounts-qt5.so -> libaccounts-qt5.so.1.4.0
│   ├── libaccounts-qt5.so.1 -> libaccounts-qt5.so.1.4.0
│   ├── libaccounts-qt5.so.1.4 -> libaccounts-qt5.so.1.4.0
│   ├── libaccounts-qt5.so.1.4.0
│   └── pkgconfig
│   └── accounts-qt5.pc
└── share
└── doc
└── accounts-qt
├── html
│   ├── account_8cpp_source.html
│   ├── account_8h_source.html
│   ├── accountscommon_8h_source.html
│   ├── account-service_8cpp_source.html
│   ├── account-service_8h_source.html
│   ├── annotated_dup.js
│   ├── annotated.html
│   ├── application_8cpp_source.html
│   ├── application_8h_source.html
│   ├── auth-data_8cpp_source.html
│   ├── auth-data_8h_source.html
│   ├── bc_s.png
│   ├── bdwn.png
│   ├── classAccounts_1_1AccountService.html
│   ├── classAccounts_1_1AccountService.js
│   ├── classAccounts_1_1AccountService-members.html
│   ├── classAccounts_1_1Application.html
│   ├── classAccounts_1_1Application.js
│   ├── classAccounts_1_1Application-members.html
│   ├── classAccounts_1_1AuthData.html
│   ├── classAccounts_1_1AuthData.js
│   ├── classAccounts_1_1AuthData-members.html
│   ├── classAccounts_1_1Error.html
│   ├── classAccounts_1_1Error.js
│   ├── classAccounts_1_1Error-members.html
│   ├── classAccounts_1_1Manager.html
│   ├── classAccounts_1_1Manager.js
│   ├── classAccounts_1_1Manager-members.html
│   ├── classAccounts_1_1Provider.html
│   ├── classAccounts_1_1Provider.js
│   ├── classAccounts_1_1Provider-members.html
│   ├── classAccounts_1_1Service.html
│   ├── classAccounts_1_1Service.js
│   ├── classAccounts_1_1Service-members.html
│   ├── classAccounts_1_1ServiceType.html
│   ├── classAccounts_1_1ServiceType.js
│   ├── classAccounts_1_1ServiceType-members.html
│   ├── classAccounts_1_1Watch.html
│   ├── classAccounts_1_1Watch.js
│   ├── classAccounts_1_1Watch-members.html
│   ├── classes.html
│   ├── closed.png
│   ├── deprecated.html
│   ├── dir_61c9e5842729cb34568d93cb98ad85b9.html
│   ├── dir_c3d1d086c816c0518443c9e800634b9c.html
│   ├── dir_c3d1d086c816c0518443c9e800634b9c.js
│   ├── dir_e68e8157741866f444e17edd764ebbae.html
│   ├── doc.png
│   ├── doxygen.css
│   ├── doxygen.png
│   ├── dynsections.js
│   ├── error_8cpp_source.html
│   ├── error_8h_source.html
│   ├── files_dup.js
│   ├── files.html
│   ├── folderclosed.png
│   ├── folderopen.png
│   ├── functions_enum.html
│   ├── functions_eval.html
│   ├── functions_func.html
│   ├── functions.html
│   ├── graph_legend.dot
│   ├── graph_legend.html
│   ├── graph_legend.md5
│   ├── index.html
│   ├── index.qhp
│   ├── jquery.js
│   ├── manager_8cpp_source.html
│   ├── manager_8h_source.html
│   ├── manager__p_8h_source.html
│   ├── menudata.js
│   ├── menu.js
│   ├── nav_f.png
│   ├── nav_g.png
│   ├── nav_h.png
│   ├── navtree.css
│   ├── navtreedata.js
│   ├── navtreeindex0.js
│   ├── navtree.js
│   ├── open.png
│   ├── pages.html
│   ├── provider_8cpp_source.html
│   ├── provider_8h_source.html
│   ├── resize.js
│   ├── service_8cpp_source.html
│   ├── service_8h_source.html
│   ├── service-type_8cpp_source.html
│   ├── service-type_8h_source.html
│   ├── splitbar.png
│   ├── sync_off.png
│   ├── sync_on.png
│   ├── tab_a.png
│   ├── tab_b.png
│   ├── tab_h.png
│   ├── tabs.css
│   ├── tab_s.png
│   ├── utils_8cpp_source.html
│   └── utils_8h_source.html
└── qch
13 directories, 127 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment