mirror of
https://github.com/outbackdingo/sysadm.git
synced 2026-01-27 10:20:26 +00:00
Move Ctors/Dtors to top of class as is normal
This commit is contained in:
@@ -35,6 +35,11 @@ class Firewall
|
||||
{
|
||||
|
||||
public:
|
||||
///#section: ctors dtors
|
||||
Firewall();
|
||||
~Firewall();
|
||||
///#endsection
|
||||
|
||||
///#section: port commands
|
||||
/**
|
||||
* @description Returns a structure containing information about the port
|
||||
@@ -113,11 +118,6 @@ public:
|
||||
void RestoreDefaults();
|
||||
///#endsection
|
||||
|
||||
///#section: ctors dtors
|
||||
Firewall();
|
||||
~Firewall();
|
||||
///#endsection
|
||||
|
||||
private:
|
||||
void readServicesFile();
|
||||
QStringList* portStrings;
|
||||
|
||||
Reference in New Issue
Block a user