-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
129 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
/* | ||
* Copyright (c) 2024 Andreas Pohl | ||
* Licensed under MIT (https://github.com/apohl79/audiogridder/blob/master/COPYING) | ||
* | ||
* Author: Kieran Coulter | ||
*/ | ||
|
||
#include "DiagnosticsTab.hpp" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
/* | ||
* Copyright (c) 2024 Andreas Pohl | ||
* Licensed under MIT (https://github.com/apohl79/audiogridder/blob/master/COPYING) | ||
* | ||
* Author: Kieran Coulter | ||
*/ | ||
|
||
#pragma once | ||
|
||
class DiagnosticsTab | ||
{ | ||
public: | ||
private: | ||
}; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
/* | ||
* Copyright (c) 2024 Andreas Pohl | ||
* Licensed under MIT (https://github.com/apohl79/audiogridder/blob/master/COPYING) | ||
* | ||
* Author: Kieran Coulter | ||
*/ | ||
|
||
#include "MainTab.hpp" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
/* | ||
* Copyright (c) 2024 Andreas Pohl | ||
* Licensed under MIT (https://github.com/apohl79/audiogridder/blob/master/COPYING) | ||
* | ||
* Author: Kieran Coulter | ||
*/ | ||
|
||
#pragma once | ||
|
||
class MainTab | ||
{ | ||
public: | ||
private: | ||
}; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
/* | ||
* Copyright (c) 2024 Andreas Pohl | ||
* Licensed under MIT (https://github.com/apohl79/audiogridder/blob/master/COPYING) | ||
* | ||
* Author: Kieran Coulter | ||
*/ | ||
|
||
#include "PluginFormatsTab.hpp" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
/* | ||
* Copyright (c) 2024 Andreas Pohl | ||
* Licensed under MIT (https://github.com/apohl79/audiogridder/blob/master/COPYING) | ||
* | ||
* Author: Kieran Coulter | ||
*/ | ||
|
||
#pragma once | ||
|
||
class PluginFormatsTab | ||
{ | ||
public: | ||
private: | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
/* | ||
* Copyright (c) 2024 Andreas Pohl | ||
* Licensed under MIT (https://github.com/apohl79/audiogridder/blob/master/COPYING) | ||
* | ||
* Author: Kieran Coulter | ||
*/ | ||
|
||
#include "ScreenCapturingTab.hpp" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
/* | ||
* Copyright (c) 2024 Andreas Pohl | ||
* Licensed under MIT (https://github.com/apohl79/audiogridder/blob/master/COPYING) | ||
* | ||
* Author: Kieran Coulter | ||
*/ | ||
|
||
#pragma once | ||
|
||
class ScreenCapturingTab | ||
{ | ||
public: | ||
private: | ||
}; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
/* | ||
* Copyright (c) 2024 Andreas Pohl | ||
* Licensed under MIT (https://github.com/apohl79/audiogridder/blob/master/COPYING) | ||
* | ||
* Author: Kieran Coulter | ||
*/ | ||
|
||
#include "StartupTab.hpp" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
/* | ||
* Copyright (c) 2024 Andreas Pohl | ||
* Licensed under MIT (https://github.com/apohl79/audiogridder/blob/master/COPYING) | ||
* | ||
* Author: Kieran Coulter | ||
*/ | ||
|
||
#pragma once | ||
|
||
class StartupTab | ||
{ | ||
public: | ||
private: | ||
}; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters