diff options
author | Michele Calgaro <[email protected]> | 2021-10-31 00:13:21 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2021-10-31 00:14:22 +0900 |
commit | e8933e99b4600d91e9eab7d1ad3a2d35813028a9 (patch) | |
tree | b2899fd1ef651a1bff56918ace94625a4bc14aa0 /README.porting | |
parent | e8494e60efeb94c67c813d1c1c038031915e8c17 (diff) | |
download | polkit-tqt-e8933e99b4600d91e9eab7d1ad3a2d35813028a9.tar.gz polkit-tqt-e8933e99b4600d91e9eab7d1ad3a2d35813028a9.zip |
More Qt->TQt conversion and some clean up.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'README.porting')
-rw-r--r-- | README.porting | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/README.porting b/README.porting deleted file mode 100644 index d2074ea97..000000000 --- a/README.porting +++ /dev/null @@ -1,25 +0,0 @@ -Policy Kit 1 support for polkit-qt -================================== - -This is initial port to PK1. - -What's working? ---------------- -polkit-qt-core -polkit-qt-gui - -TO-DO ------ -* polkit-qt-core - - temporary authorization handling functions - - move from Auth namespace to Authority class? - - tests - -Documentation -------------- -http://fedoraproject.org/wiki/Features/PolicyKitOne -http://hal.freedesktop.org/docs/polkit/index.html - -Porting guide -------------- -http://cgit.freedesktop.org/PolicyKit/tree/docs/PORTING-GUIDE |