minor cleanup
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16340 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -407,7 +407,6 @@ InstallerWindow::ComparePackages(const void *firstArg, const void *secondArg)
|
|||||||
void
|
void
|
||||||
InstallerWindow::SetStatusMessage(const char *text)
|
InstallerWindow::SetStatusMessage(const char *text)
|
||||||
{
|
{
|
||||||
BAutolock(this);
|
|
||||||
fStatusView->SetText(text);
|
fStatusView->SetText(text);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -31,7 +31,6 @@ public:
|
|||||||
|
|
||||||
virtual void MessageReceived(BMessage *msg);
|
virtual void MessageReceived(BMessage *msg);
|
||||||
virtual bool QuitRequested();
|
virtual bool QuitRequested();
|
||||||
void SetStatusMessage(const char *text);
|
|
||||||
BMenu *GetSourceMenu() { return fSrcMenu; };
|
BMenu *GetSourceMenu() { return fSrcMenu; };
|
||||||
BMenu *GetTargetMenu() { return fDestMenu; };
|
BMenu *GetTargetMenu() { return fDestMenu; };
|
||||||
private:
|
private:
|
||||||
@@ -41,6 +40,7 @@ private:
|
|||||||
void ShowBottom();
|
void ShowBottom();
|
||||||
void StartScan();
|
void StartScan();
|
||||||
void AdjustMenus();
|
void AdjustMenus();
|
||||||
|
void SetStatusMessage(const char *text);
|
||||||
static int ComparePackages(const void *firstArg, const void *secondArg);
|
static int ComparePackages(const void *firstArg, const void *secondArg);
|
||||||
BBox *fBackBox;
|
BBox *fBackBox;
|
||||||
BButton *fBeginButton, *fSetupButton;
|
BButton *fBeginButton, *fSetupButton;
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
|
|
||||||
#include <Bitmap.h>
|
#include <Bitmap.h>
|
||||||
#include <CheckBox.h>
|
#include <CheckBox.h>
|
||||||
|
#include <Entry.h>
|
||||||
#include <List.h>
|
#include <List.h>
|
||||||
#include <StringView.h>
|
#include <StringView.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user