mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-03 22:19:07 +02:00
comment BackedPanel.h, HtmlWindow.h, ASlider.h in .h files
This commit is contained in:
parent
2d8abe6b74
commit
0f3723e221
@ -17,7 +17,7 @@
|
|||||||
#include <wx/frame.h> // to inherit
|
#include <wx/frame.h> // to inherit
|
||||||
#include <wx/scrolwin.h> // to inherit
|
#include <wx/scrolwin.h> // to inherit
|
||||||
|
|
||||||
#include "widgets/ASlider.h"
|
#include "widgets/ASlider.h" // to inherit
|
||||||
#include "widgets/wxPanelWrapper.h"
|
#include "widgets/wxPanelWrapper.h"
|
||||||
#include "commands/CommandManagerWindowClasses.h"
|
#include "commands/CommandManagerWindowClasses.h"
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
#ifndef __AUDACITY_LINKINGHTMLWINDOW__
|
#ifndef __AUDACITY_LINKINGHTMLWINDOW__
|
||||||
#define __AUDACITY_LINKINGHTMLWINDOW__
|
#define __AUDACITY_LINKINGHTMLWINDOW__
|
||||||
|
|
||||||
#include "HtmlWindow.h"
|
#include "HtmlWindow.h" // to inherit
|
||||||
#include "wxPanelWrapper.h"
|
#include "wxPanelWrapper.h"
|
||||||
|
|
||||||
void OpenInDefaultBrowser(const wxHtmlLinkInfo& link);
|
void OpenInDefaultBrowser(const wxHtmlLinkInfo& link);
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
#include <memory>
|
#include <memory>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include "BackedPanel.h"
|
#include "BackedPanel.h" // to inherit
|
||||||
|
|
||||||
class Overlay;
|
class Overlay;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user