You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Η Κλάση αυτή περιέχει συναρτήσεις οι οποίες ενεργούν πάνω στις ομάδες ενός συστήματος.
Μερικές από τις ενέργειες αυτές είναι η διαγραφή μελών απο ομάδες,η διαγραφή ομάδων από το σύστημα,η προσθήκη ενός νέου χρήστη σε προεπιλεγμένες ομάδες κ.ο.κ.
*/
class Groups: public QObject
{
Q_OBJECT
public:
Groups();
~Groups();
static struct group *remove_member(struct group *in,char *uname);